#354810

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

Shades of Turtle Green #354810

Tints of Turtle Green #354810

Color information

#354810 (or 0x354810) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 10. RGB value is (53,72,16). Sum of RGB (Red+Green+Blue) = 53+72+16=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #354810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354810 is #CAB7EF. Grayscale: #3C3C3C. Windows color (decimal): -13285360 or 1067061. OLE color: 1067061.

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

Color convert

RGB537216-
CMYK0.2600.780.72
HSL80.36º63.64%17.25%-
HSV(B)80.36º77.78%28.24%-
XYZ3.885.431.33-
YUV59.93103.21123.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=37.59%
G=51.06%
B=11.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372160.2600.780.7280.3663.6417.25
Hex3548101A04E48504011
Octal651102032011611012010021
Binary110101100100010000110100100111010010001010000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354810; }

 p { color: rgb(53,72,16); }

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

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

 a { background-color: rgb(53,72,16); }

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

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

 span { border-color: rgb(53,72,16); }

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