#35450D

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

Shades of Turtle Green #35450D

Tints of Turtle Green #35450D

Color information

#35450D (or 0x35450D) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 0D. RGB value is (53,69,13). Sum of RGB (Red+Green+Blue) = 53+69+13=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #35450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35450D is #CABAF2. Grayscale: #3A3A3A. Windows color (decimal): -13286131 or 869685. OLE color: 869685.

HSL color Cylindrical-coordinate representation of color #35450D: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35450D is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB536913-
CMYK0.2300.810.73
HSL77.14º68.29%16.08%-
HSV(B)77.14º81.16%27.06%-
XYZ3.675.041.16-
YUV57.83102.7124.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 69 (27.34% from 255) = 51.11%
BLUE value IS 13 (5.47% from 255) = 9.63%
R=39.26%
G=51.11%
B=9.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369130.2300.810.7377.1468.2916.08
Hex3545D17051494d4410
Octal651051527012111111510420
Binary11010110001011101101110101000110010011001101100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35450D; }

 p { color: rgb(53,69,13); }

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

<style>
 a { background-color: #35450D; }

 a { background-color: rgb(53,69,13); }

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

<style>
 span { border-color: #35450D; }

 span { border-color: rgb(53,69,13); }

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