#364812

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

Shades of Turtle Green #364812

Tints of Turtle Green #364812

Color information

#364812 (or 0x364812) is unknown color: approx Turtle Green. HEX triplet: 36, 48 and 12. RGB value is (54,72,18). Sum of RGB (Red+Green+Blue) = 54+72+18=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #364812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364812 is #C9B7ED. Grayscale: #3C3C3C. Windows color (decimal): -13219822 or 1198134. OLE color: 1198134.

HSL color Cylindrical-coordinate representation of color #364812: hue angle of 80º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364812 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB547218-
CMYK0.2500.750.72
HSL80º60%17.65%-
HSV(B)80º75%28.24%-
XYZ3.955.461.42-
YUV60.46104.04123.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=37.5%
G=50%
B=12.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5472180.2500.750.72806017.65
Hex3648121904B48503c12
Octal66110223101131101207422
Binary11011010010001001011001010010111001000101000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364812; }

 p { color: rgb(54,72,18); }

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

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

 a { background-color: rgb(54,72,18); }

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

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

 span { border-color: rgb(54,72,18); }

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