#354514

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

Shades of Turtle Green #354514

Tints of Turtle Green #354514

Color information

#354514 (or 0x354514) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 14. RGB value is (53,69,20). Sum of RGB (Red+Green+Blue) = 53+69+20=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #354514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354514 is #CABAEB. Grayscale: #3A3A3A. Windows color (decimal): -13286124 or 1328437. OLE color: 1328437.

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

Color convert

RGB536920-
CMYK0.2300.710.73
HSL79.59º55.06%17.45%-
HSV(B)79.59º71.01%27.06%-
XYZ3.725.061.44-
YUV58.63106.2123.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 69 (27.34% from 255) = 48.59%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=37.32%
G=48.59%
B=14.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369200.2300.710.7379.5955.0617.45
Hex3545141704749503711
Octal65105242701071111206721
Binary11010110001011010010111010001111001001101000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354514; }

 p { color: rgb(53,69,20); }

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

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

 a { background-color: rgb(53,69,20); }

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

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

 span { border-color: rgb(53,69,20); }

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