#35450B

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

Shades of Turtle Green #35450B

Tints of Turtle Green #35450B

Color information

#35450B (or 0x35450B) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 0B. RGB value is (53,69,11). Sum of RGB (Red+Green+Blue) = 53+69+11=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #35450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35450B is #CABAF4. Grayscale: #393939. Windows color (decimal): -13286133 or 738613. OLE color: 738613.

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

Color convert

RGB536911-
CMYK0.2300.840.73
HSL76.55º72.5%15.69%-
HSV(B)76.55º84.06%27.06%-
XYZ3.665.041.1-
YUV57.6101.7124.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 69 (27.34% from 255) = 51.88%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=39.85%
G=51.88%
B=8.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369110.2300.840.7376.5572.515.69
Hex3545B17054494d4810
Octal651051327012411111511020
Binary11010110001011011101110101010010010011001101100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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