#364710

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

Shades of Turtle Green #364710

Tints of Turtle Green #364710

Color information

#364710 (or 0x364710) is unknown color: approx Turtle Green. HEX triplet: 36, 47 and 10. RGB value is (54,71,16). Sum of RGB (Red+Green+Blue) = 54+71+16=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #364710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364710 is #C9B8EF. Grayscale: #3B3B3B. Windows color (decimal): -13220080 or 1066806. OLE color: 1066806.

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

Color convert

RGB547116-
CMYK0.2400.770.72
HSL78.55º63.22%17.06%-
HSV(B)78.55º77.46%27.84%-
XYZ3.875.331.31-
YUV59.65103.37123.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=38.30%
G=50.35%
B=11.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5471160.2400.770.7278.5563.2217.06
Hex3647101804D484f3f11
Octal66107203001151101177721
Binary11011010001111000011000010011011001000100111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364710; }

 p { color: rgb(54,71,16); }

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

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

 a { background-color: rgb(54,71,16); }

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

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

 span { border-color: rgb(54,71,16); }

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