#354213

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

Shades of Turtle Green #354213

Tints of Turtle Green #354213

Color information

#354213 (or 0x354213) is unknown color: approx Turtle Green. HEX triplet: 35, 42 and 13. RGB value is (53,66,19). Sum of RGB (Red+Green+Blue) = 53+66+19=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #354213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354213 is #CABDEC. Grayscale: #383838. Windows color (decimal): -13286893 or 1262133. OLE color: 1262133.

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

Color convert

RGB536619-
CMYK0.2000.710.74
HSL76.6º55.29%16.67%-
HSV(B)76.6º71.21%25.88%-
XYZ3.534.71.34-
YUV56.76106.69125.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=38.41%
G=47.83%
B=13.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366190.2000.710.7476.655.2916.67
Hex354213140474A4d3711
Octal65102232401071121156721
Binary11010110000101001110100010001111001010100110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354213; }

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

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

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

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

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

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

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

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