#35451B

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

Shades of Turtle Green #35451B

Tints of Turtle Green #35451B

Color information

#35451B (or 0x35451B) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 1B. RGB value is (53,69,27). Sum of RGB (Red+Green+Blue) = 53+69+27=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #35451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35451B is #CABAE4. Grayscale: #3B3B3B. Windows color (decimal): -13286117 or 1787189. OLE color: 1787189.

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

Color convert

RGB536927-
CMYK0.2300.610.73
HSL82.86º43.75%18.82%-
HSV(B)82.86º60.87%27.06%-
XYZ3.795.091.82-
YUV59.43109.7123.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=35.57%
G=46.31%
B=18.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369270.2300.610.7382.8643.7518.82
Hex35451B1703D49532c13
Octal6510533270751111235423
Binary1101011000101110111011101111011001001101001110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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