#354C06

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

Shades of Turtle Green #354C06

Tints of Turtle Green #354C06

Color information

#354C06 (or 0x354C06) is unknown color: approx Turtle Green. HEX triplet: 35, 4C and 06. RGB value is (53,76,6). Sum of RGB (Red+Green+Blue) = 53+76+6=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #354C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C06 is #CAB3F9. Grayscale: #3D3D3D. Windows color (decimal): -13284346 or 412725. OLE color: 412725.

HSL color Cylindrical-coordinate representation of color #354C06: hue angle of 79.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #354C06 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB53766-
CMYK0.3000.920.70
HSL79.71º85.37%16.08%-
HSV(B)79.71º92.11%29.8%-
XYZ4.095.941.1-
YUV61.1496.88122.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 76 (30.08% from 255) = 56.30%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=39.26%
G=56.30%
B=4.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal537660.3000.920.7079.7185.3716.08
Hex354C61E05C46505510
Octal65114636013410612012520
Binary1101011001100110111100101110010001101010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354C06; }

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

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

<style>
 a { background-color: #354C06; }

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

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

<style>
 span { border-color: #354C06; }

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

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