#364901

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

Shades of Turtle Green #364901

Tints of Turtle Green #364901

Color information

#364901 (or 0x364901) is unknown color: approx Turtle Green. HEX triplet: 36, 49 and 01. RGB value is (54,73,1). Sum of RGB (Red+Green+Blue) = 54+73+1=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #364901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364901 is #C9B6FE. Grayscale: #3B3B3B. Windows color (decimal): -13219583 or 84278. OLE color: 84278.

HSL color Cylindrical-coordinate representation of color #364901: hue angle of 75.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #364901 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB54731-
CMYK0.2600.990.71
HSL75.83º97.3%14.51%-
HSV(B)75.83º98.63%28.63%-
XYZ3.915.550.89-
YUV59.1195.21124.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 73 (28.91% from 255) = 57.03%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=42.19%
G=57.03%
B=0.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal547310.2600.990.7175.8397.314.51
Hex364911A063474c61f
Octal66111132014310711414117
Binary1101101001001111010011000111000111100110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364901; }

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

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

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

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

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

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

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

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