#364905

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

Shades of Turtle Green #364905

Tints of Turtle Green #364905

Color information

#364905 (or 0x364905) is unknown color: approx Turtle Green. HEX triplet: 36, 49 and 05. RGB value is (54,73,5). Sum of RGB (Red+Green+Blue) = 54+73+5=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #364905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364905 is #C9B6FA. Grayscale: #3B3B3B. Windows color (decimal): -13219579 or 346422. OLE color: 346422.

HSL color Cylindrical-coordinate representation of color #364905: hue angle of 76.76º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #364905 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB54735-
CMYK0.2600.930.71
HSL76.76º87.18%15.29%-
HSV(B)76.76º93.15%28.63%-
XYZ3.935.561.01-
YUV59.5797.21124.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=40.91%
G=55.30%
B=3.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal547350.2600.930.7176.7687.1815.29
Hex364951A05D474d57f
Octal66111532013510711512717
Binary110110100100110111010010111011000111100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364905; }

 p { color: rgb(54,73,5); }

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

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

 a { background-color: rgb(54,73,5); }

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

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

 span { border-color: rgb(54,73,5); }

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