#354F0C

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

Shades of Turtle Green #354F0C

Tints of Turtle Green #354F0C

Color information

#354F0C (or 0x354F0C) is unknown color: approx Turtle Green. HEX triplet: 35, 4F and 0C. RGB value is (53,79,12). Sum of RGB (Red+Green+Blue) = 53+79+12=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #354F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354F0C is #CAB0F3. Grayscale: #3F3F3F. Windows color (decimal): -13283572 or 806709. OLE color: 806709.

HSL color Cylindrical-coordinate representation of color #354F0C: hue angle of 83.28º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #354F0C is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB537912-
CMYK0.3300.850.69
HSL83.28º73.63%17.84%-
HSV(B)83.28º84.81%30.98%-
XYZ4.336.381.35-
YUV63.5998.89120.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 79 (31.25% from 255) = 54.86%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=36.81%
G=54.86%
B=8.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5379120.3300.850.6983.2873.6317.84
Hex354FC2105545534a12
Octal651171441012510512311222
Binary110101100111111001000010101010110001011010011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,12); }

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

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

 a { background-color: rgb(53,79,12); }

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

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

 span { border-color: rgb(53,79,12); }

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