#354116

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

Shades of Turtle Green #354116

Tints of Turtle Green #354116

Color information

#354116 (or 0x354116) is unknown color: approx Turtle Green. HEX triplet: 35, 41 and 16. RGB value is (53,65,22). Sum of RGB (Red+Green+Blue) = 53+65+22=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #354116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354116 is #CABEE9. Grayscale: #383838. Windows color (decimal): -13287146 or 1458485. OLE color: 1458485.

HSL color Cylindrical-coordinate representation of color #354116: hue angle of 76.74º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354116 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB536522-
CMYK0.1800.660.75
HSL76.74º49.43%17.06%-
HSV(B)76.74º66.15%25.49%-
XYZ3.54.61.46-
YUV56.51108.52125.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=37.86%
G=46.43%
B=15.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365220.1800.660.7576.7449.4317.06
Hex354116120424B4d3111
Octal65101262201021131156121
Binary11010110000011011010010010000101001011100110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354116; }

 p { color: rgb(53,65,22); }

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

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

 a { background-color: rgb(53,65,22); }

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

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

 span { border-color: rgb(53,65,22); }

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