#364D14

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

Shades of Turtle Green #364D14

Tints of Turtle Green #364D14

Color information

#364D14 (or 0x364D14) is unknown color: approx Turtle Green. HEX triplet: 36, 4D and 14. RGB value is (54,77,20). Sum of RGB (Red+Green+Blue) = 54+77+20=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #364D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D14 is #C9B2EB. Grayscale: #3F3F3F. Windows color (decimal): -13218540 or 1330486. OLE color: 1330486.

HSL color Cylindrical-coordinate representation of color #364D14: hue angle of 84.21º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364D14 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB547720-
CMYK0.3000.740.70
HSL84.21º58.76%19.02%-
HSV(B)84.21º74.03%30.2%-
XYZ4.36.141.62-
YUV63.62103.38121.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 77 (30.47% from 255) = 50.99%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=35.76%
G=50.99%
B=13.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5477200.3000.740.7084.2158.7619.02
Hex364D141E04A46543b13
Octal66115243601121061247323
Binary11011010011011010011110010010101000110101010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364D14; }

 p { color: rgb(54,77,20); }

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

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

 a { background-color: rgb(54,77,20); }

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

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

 span { border-color: rgb(54,77,20); }

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