#35460A

Color #35460A Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #35460A

Tints of Turtle Green #35460A

Color information

#35460A (or 0x35460A) is unknown color: approx Turtle Green. HEX triplet: 35, 46 and 0A. RGB value is (53,70,10). Sum of RGB (Red+Green+Blue) = 53+70+10=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #35460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35460A is #CAB9F5. Grayscale: #3A3A3A. Windows color (decimal): -13285878 or 673333. OLE color: 673333.

HSL color Cylindrical-coordinate representation of color #35460A: hue angle of 77º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35460A is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB537010-
CMYK0.2400.860.73
HSL77º75%15.69%-
HSV(B)77º85.71%27.45%-
XYZ3.715.161.09-
YUV58.08100.87124.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=39.85%
G=52.63%
B=7.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370100.2400.860.73777515.69
Hex3546A18056494d4b10
Octal651061230012611111511320
Binary11010110001101010110000101011010010011001101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35460A; }

 p { color: rgb(53,70,10); }

 H1.HeaderClassName
 {
   color: #35460A;
 }
 .AnyTagClassName
 {
   color: #35460A;
 }
</style>
background-color css

<style>
 a { background-color: #35460A; }

 a { background-color: rgb(53,70,10); }

 div.DivClassName
 {
   background-color: #35460A;
 }
 .BgClassName
 {
   background-color: #35460A;
 }
</style>
border-color css

<style>
 span { border-color: #35460A; }

 span { border-color: rgb(53,70,10); }

 td.TdClassName
 {
   border-color: #35460A;
 }
 .TagClassName
 {
   border-color: #35460A;
 }
</style>