#35401E

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

Shades of Turtle Green #35401E

Tints of Turtle Green #35401E

Color information

#35401E (or 0x35401E) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 1E. RGB value is (53,64,30). Sum of RGB (Red+Green+Blue) = 53+64+30=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #35401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35401E is #CABFE1. Grayscale: #383838. Windows color (decimal): -13287394 or 1982517. OLE color: 1982517.

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

Color convert

RGB536430-
CMYK0.1700.530.75
HSL79.41º36.17%18.43%-
HSV(B)79.41º53.12%25.1%-
XYZ3.544.521.91-
YUV56.84112.86125.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=36.05%
G=43.54%
B=20.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364300.1700.530.7579.4136.1718.43
Hex35401E110354B4f2412
Octal6510036210651131174422
Binary1101011000000111101000101101011001011100111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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