#35401D

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

Shades of Turtle Green #35401D

Tints of Turtle Green #35401D

Color information

#35401D (or 0x35401D) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 1D. RGB value is (53,64,29). Sum of RGB (Red+Green+Blue) = 53+64+29=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #35401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35401D is #CABFE2. Grayscale: #383838. Windows color (decimal): -13287395 or 1916981. OLE color: 1916981.

HSL color Cylindrical-coordinate representation of color #35401D: hue angle of 78.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35401D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB536429-
CMYK0.1700.550.75
HSL78.86º37.63%18.24%-
HSV(B)78.86º54.69%25.1%-
XYZ3.524.511.85-
YUV56.72112.36125.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=36.30%
G=43.84%
B=19.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364290.1700.550.7578.8637.6318.24
Hex35401D110374B4f2612
Octal6510035210671131174622
Binary1101011000000111011000101101111001011100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,64,29); }

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

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

 a { background-color: rgb(53,64,29); }

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

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

 span { border-color: rgb(53,64,29); }

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