#35490B

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

Shades of Turtle Green #35490B

Tints of Turtle Green #35490B

Color information

#35490B (or 0x35490B) is unknown color: approx Turtle Green. HEX triplet: 35, 49 and 0B. RGB value is (53,73,11). Sum of RGB (Red+Green+Blue) = 53+73+11=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #35490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35490B is #CAB6F4. Grayscale: #3C3C3C. Windows color (decimal): -13285109 or 739637. OLE color: 739637.

HSL color Cylindrical-coordinate representation of color #35490B: hue angle of 79.35º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35490B is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB537311-
CMYK0.2700.850.71
HSL79.35º73.81%16.47%-
HSV(B)79.35º84.93%28.63%-
XYZ3.915.551.18-
YUV59.95100.37123.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 73 (28.91% from 255) = 53.28%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=38.69%
G=53.28%
B=8.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373110.2700.850.7179.3573.8116.47
Hex3549B1B055474f4a10
Octal651111333012510711711220
Binary11010110010011011110110101010110001111001111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35490B; }

 p { color: rgb(53,73,11); }

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

<style>
 a { background-color: #35490B; }

 a { background-color: rgb(53,73,11); }

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

<style>
 span { border-color: #35490B; }

 span { border-color: rgb(53,73,11); }

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