#354217

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

Shades of Turtle Green #354217

Tints of Turtle Green #354217

Color information

#354217 (or 0x354217) is unknown color: approx Turtle Green. HEX triplet: 35, 42 and 17. RGB value is (53,66,23). Sum of RGB (Red+Green+Blue) = 53+66+23=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #354217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354217 is #CABDE8. Grayscale: #393939. Windows color (decimal): -13286889 or 1524277. OLE color: 1524277.

HSL color Cylindrical-coordinate representation of color #354217: hue angle of 78.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354217 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB536623-
CMYK0.2000.650.74
HSL78.14º48.31%17.45%-
HSV(B)78.14º65.15%25.88%-
XYZ3.574.721.53-
YUV57.21108.69125-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=37.32%
G=46.48%
B=16.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366230.2000.650.7478.1448.3117.45
Hex354217140414A4e3011
Octal65102272401011121166021
Binary11010110000101011110100010000011001010100111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354217; }

 p { color: rgb(53,66,23); }

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

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

 a { background-color: rgb(53,66,23); }

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

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

 span { border-color: rgb(53,66,23); }

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