#364006

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

Shades of Turtle Green #364006

Tints of Turtle Green #364006

Color information

#364006 (or 0x364006) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 06. RGB value is (54,64,6). Sum of RGB (Red+Green+Blue) = 54+64+6=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #364006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364006 is #C9BFF9. Grayscale: #363636. Windows color (decimal): -13221882 or 409654. OLE color: 409654.

HSL color Cylindrical-coordinate representation of color #364006: hue angle of 70.34º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #364006 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB54646-
CMYK0.1600.910.75
HSL70.34º82.86%13.73%-
HSV(B)70.34º90.62%25.1%-
XYZ3.394.460.86-
YUV54.4100.69127.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=43.55%
G=51.61%
B=4.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal546460.1600.910.7570.3482.8613.73
Hex364061005B4B4653e
Octal66100620013311310612316
Binary110110100000011010000010110111001011100011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364006; }

 p { color: rgb(54,64,6); }

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

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

 a { background-color: rgb(54,64,6); }

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

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

 span { border-color: rgb(54,64,6); }

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