#35411B

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

Shades of Turtle Green #35411B

Tints of Turtle Green #35411B

Color information

#35411B (or 0x35411B) is unknown color: approx Turtle Green. HEX triplet: 35, 41 and 1B. RGB value is (53,65,27). Sum of RGB (Red+Green+Blue) = 53+65+27=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #35411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35411B is #CABEE4. Grayscale: #393939. Windows color (decimal): -13287141 or 1786165. OLE color: 1786165.

HSL color Cylindrical-coordinate representation of color #35411B: hue angle of 78.95º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35411B is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB536527-
CMYK0.1800.580.75
HSL78.95º41.3%18.04%-
HSV(B)78.95º58.46%25.49%-
XYZ3.564.621.74-
YUV57.08111.02125.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=36.55%
G=44.83%
B=18.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365270.1800.580.7578.9541.318.04
Hex35411B1203A4B4f2912
Octal6510133220721131175122
Binary1101011000001110111001001110101001011100111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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