#364605

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

Shades of Turtle Green #364605

Tints of Turtle Green #364605

Color information

#364605 (or 0x364605) is unknown color: approx Turtle Green. HEX triplet: 36, 46 and 05. RGB value is (54,70,5). Sum of RGB (Red+Green+Blue) = 54+70+5=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #364605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364605 is #C9B9FA. Grayscale: #3A3A3A. Windows color (decimal): -13220347 or 345654. OLE color: 345654.

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

Color convert

RGB54705-
CMYK0.2300.930.73
HSL74.77º86.67%14.71%-
HSV(B)74.77º92.86%27.45%-
XYZ3.745.180.95-
YUV57.8198.2125.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=41.86%
G=54.26%
B=3.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal547050.2300.930.7374.7786.6714.71
Hex364651705D494b57f
Octal66106527013511111312717
Binary110110100011010110111010111011001001100101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364605; }

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

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

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

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

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

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

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

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