#364600

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

Shades of Turtle Green #364600

Tints of Turtle Green #364600

Color information

#364600 (or 0x364600) is unknown color: approx Turtle Green. HEX triplet: 36, 46 and 00. RGB value is (54,70,0). Sum of RGB (Red+Green+Blue) = 54+70+0=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #364600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364600 is #C9B9FF. Grayscale: #393939. Windows color (decimal): -13220352 or 17974. OLE color: 17974.

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

Color convert

RGB54700-
CMYK0.23010.73
HSL73.71º100%13.73%-
HSV(B)73.71º100%27.45%-
XYZ3.715.160.8-
YUV57.2495.7125.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 70 (27.73% from 255) = 56.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.55%
G=56.45%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal547000.23010.7373.7110013.73
Hex3646017064494a64e
Octal66106027014411111214416
Binary1101101000110010111011001001001001100101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364600; }

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

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

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

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

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

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

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

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