#364202

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

Shades of Turtle Green #364202

Tints of Turtle Green #364202

Color information

#364202 (or 0x364202) is unknown color: approx Turtle Green. HEX triplet: 36, 42 and 02. RGB value is (54,66,2). Sum of RGB (Red+Green+Blue) = 54+66+2=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #364202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364202 is #C9BDFD. Grayscale: #373737. Windows color (decimal): -13221374 or 148022. OLE color: 148022.

HSL color Cylindrical-coordinate representation of color #364202: hue angle of 71.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #364202 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB54662-
CMYK0.1800.970.74
HSL71.25º94.12%13.33%-
HSV(B)71.25º96.97%25.88%-
XYZ3.484.690.78-
YUV55.1298.02127.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 66 (26.17% from 255) = 54.10%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=44.26%
G=54.10%
B=1.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal546620.1800.970.7471.2594.1213.33
Hex36422120614A475ed
Octal66102222014111210713615
Binary11011010000101010010011000011001010100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364202; }

 p { color: rgb(54,66,2); }

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

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

 a { background-color: rgb(54,66,2); }

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

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

 span { border-color: rgb(54,66,2); }

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