#354E0C

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

Shades of Turtle Green #354E0C

Tints of Turtle Green #354E0C

Color information

#354E0C (or 0x354E0C) is unknown color: approx Turtle Green. HEX triplet: 35, 4E and 0C. RGB value is (53,78,12). Sum of RGB (Red+Green+Blue) = 53+78+12=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #354E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354E0C is #CAB1F3. Grayscale: #3F3F3F. Windows color (decimal): -13283828 or 806453. OLE color: 806453.

HSL color Cylindrical-coordinate representation of color #354E0C: hue angle of 82.73º degrees, saturation: 0.73, 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 #354E0C is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB537812-
CMYK0.3200.850.69
HSL82.73º73.33%17.65%-
HSV(B)82.73º84.62%30.59%-
XYZ4.266.231.33-
YUV6399.22120.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 78 (30.86% from 255) = 54.55%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=37.06%
G=54.55%
B=8.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378120.3200.850.6982.7373.3317.65
Hex354EC2005545534912
Octal651161440012510512311122
Binary110101100111011001000000101010110001011010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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