#35411A

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

Shades of Turtle Green #35411A

Tints of Turtle Green #35411A

Color information

#35411A (or 0x35411A) is unknown color: approx Turtle Green. HEX triplet: 35, 41 and 1A. RGB value is (53,65,26). Sum of RGB (Red+Green+Blue) = 53+65+26=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #35411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35411A is #CABEE5. Grayscale: #393939. Windows color (decimal): -13287142 or 1720629. OLE color: 1720629.

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

Color convert

RGB536526-
CMYK0.1800.600.75
HSL78.46º42.86%17.84%-
HSV(B)78.46º60%25.49%-
XYZ3.544.611.68-
YUV56.97110.52125.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=36.81%
G=45.14%
B=18.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365260.1800.600.7578.4642.8617.84
Hex35411A1203C4B4e2b12
Octal6510132220741131165322
Binary1101011000001110101001001111001001011100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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