#364102

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

Shades of Turtle Green #364102

Tints of Turtle Green #364102

Color information

#364102 (or 0x364102) is unknown color: approx Turtle Green. HEX triplet: 36, 41 and 02. RGB value is (54,65,2). Sum of RGB (Red+Green+Blue) = 54+65+2=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #364102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364102 is #C9BEFD. Grayscale: #363636. Windows color (decimal): -13221630 or 147766. OLE color: 147766.

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

Color convert

RGB54652-
CMYK0.1700.970.75
HSL70.48º94.03%13.14%-
HSV(B)70.48º96.92%25.49%-
XYZ3.424.570.76-
YUV54.5398.36127.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=44.63%
G=53.72%
B=1.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal546520.1700.970.7570.4894.0313.14
Hex36412110614B465ed
Octal66101221014111310613615
Binary11011010000011010001011000011001011100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364102; }

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

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

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

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

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

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

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

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