#364000

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

Shades of Turtle Green #364000

Tints of Turtle Green #364000

Color information

#364000 (or 0x364000) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 00. RGB value is (54,64,0). Sum of RGB (Red+Green+Blue) = 54+64+0=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #364000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364000 is #C9BFFF. Grayscale: #353535. Windows color (decimal): -13221888 or 16438. OLE color: 16438.

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

Color convert

RGB54640-
CMYK0.16010.75
HSL69.38º100%12.55%-
HSV(B)69.38º100%25.1%-
XYZ3.354.450.68-
YUV53.7197.69128.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.76%
G=54.24%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal546400.16010.7569.3810012.55
Hex36400100644B4564d
Octal66100020014411310514415
Binary1101101000000010000011001001001011100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364000; }

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

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

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

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

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

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

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

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