#354313

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

Shades of Turtle Green #354313

Tints of Turtle Green #354313

Color information

#354313 (or 0x354313) is unknown color: approx Turtle Green. HEX triplet: 35, 43 and 13. RGB value is (53,67,19). Sum of RGB (Red+Green+Blue) = 53+67+19=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #354313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354313 is #CABCEC. Grayscale: #393939. Windows color (decimal): -13286637 or 1262389. OLE color: 1262389.

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

Color convert

RGB536719-
CMYK0.2100.720.74
HSL77.5º55.81%16.86%-
HSV(B)77.5º71.64%26.27%-
XYZ3.594.821.36-
YUV57.34106.36124.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=38.13%
G=48.20%
B=13.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367190.2100.720.7477.555.8116.86
Hex354313150484A4e3811
Octal65103232501101121167021
Binary11010110000111001110101010010001001010100111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354313; }

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

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

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

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

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

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

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

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