#364302

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

Shades of Turtle Green #364302

Tints of Turtle Green #364302

Color information

#364302 (or 0x364302) is unknown color: approx Turtle Green. HEX triplet: 36, 43 and 02. RGB value is (54,67,2). Sum of RGB (Red+Green+Blue) = 54+67+2=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #364302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364302 is #C9BCFD. Grayscale: #373737. Windows color (decimal): -13221118 or 148278. OLE color: 148278.

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

Color convert

RGB54672-
CMYK0.1900.970.74
HSL72º94.2%13.53%-
HSV(B)72º97.01%26.27%-
XYZ3.544.80.8-
YUV55.797.69126.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=43.90%
G=54.47%
B=1.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal546720.1900.970.747294.213.53
Hex36432130614A485ee
Octal66103223014111211013616
Binary11011010000111010011011000011001010100100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364302; }

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

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

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

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

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

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

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

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