#364001

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

Shades of Turtle Green #364001

Tints of Turtle Green #364001

Color information

#364001 (or 0x364001) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 01. RGB value is (54,64,1). Sum of RGB (Red+Green+Blue) = 54+64+1=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #364001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364001 is #C9BFFE. Grayscale: #363636. Windows color (decimal): -13221887 or 81974. OLE color: 81974.

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

Color convert

RGB54641-
CMYK0.1600.980.75
HSL69.52º96.92%12.75%-
HSV(B)69.52º98.44%25.1%-
XYZ3.364.450.71-
YUV53.8398.19128.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=45.38%
G=53.78%
B=0.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal546410.1600.980.7569.5296.9212.75
Hex36401100624B4661d
Octal66100120014211310614115
Binary1101101000000110000011000101001011100011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364001; }

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

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

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

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

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

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

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

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