#354715

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

Shades of Turtle Green #354715

Tints of Turtle Green #354715

Color information

#354715 (or 0x354715) is unknown color: approx Turtle Green. HEX triplet: 35, 47 and 15. RGB value is (53,71,21). Sum of RGB (Red+Green+Blue) = 53+71+21=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #354715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354715 is #CAB8EA. Grayscale: #3C3C3C. Windows color (decimal): -13285611 or 1394485. OLE color: 1394485.

HSL color Cylindrical-coordinate representation of color #354715: hue angle of 81.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354715 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB537121-
CMYK0.2500.700.72
HSL81.6º54.35%18.04%-
HSV(B)81.6º70.42%27.84%-
XYZ3.865.321.53-
YUV59.92106.04123.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=36.55%
G=48.97%
B=14.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371210.2500.700.7281.654.3518.04
Hex3547151904648523612
Octal65107253101061101226622
Binary11010110001111010111001010001101001000101001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354715; }

 p { color: rgb(53,71,21); }

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

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

 a { background-color: rgb(53,71,21); }

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

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

 span { border-color: rgb(53,71,21); }

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