#353E06

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

Shades of Turtle Green #353E06

Tints of Turtle Green #353E06

Color information

#353E06 (or 0x353E06) is unknown color: approx Turtle Green. HEX triplet: 35, 3E and 06. RGB value is (53,62,6). Sum of RGB (Red+Green+Blue) = 53+62+6=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #353E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E06 is #CAC1F9. Grayscale: #353535. Windows color (decimal): -13287930 or 409141. OLE color: 409141.

HSL color Cylindrical-coordinate representation of color #353E06: hue angle of 69.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #353E06 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB53626-
CMYK0.1500.900.76
HSL69.64º82.35%13.33%-
HSV(B)69.64º90.32%24.31%-
XYZ3.224.220.82-
YUV52.92101.52128.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 62 (24.61% from 255) = 51.24%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=43.80%
G=51.24%
B=4.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal536260.1500.900.7669.6482.3513.33
Hex353E6F05A4C4652d
Octal6576617013211410612215
Binary1101011111101101111010110101001100100011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353E06; }

 p { color: rgb(53,62,6); }

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

<style>
 a { background-color: #353E06; }

 a { background-color: rgb(53,62,6); }

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

<style>
 span { border-color: #353E06; }

 span { border-color: rgb(53,62,6); }

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