Html Css Color HEX #364815 Turtle Green

📋 copy color: '#364815'

red 54 ◦ green 72 ◦ blue 21

#364815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #364815

Tints of Turtle Green #364815

RGB

 RED value IS 54 (21.48% from 255) = 36.73%

 GREEN value IS 72 (28.52% from 255) = 48.98%

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 36.73%
G = 48.98%
B = 14.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#364815 (or 0x364815) is known color: Turtle Green. HEX triplet: 36, 48 and 15. RGB value is (54,72,21). Sum of RGB (Red+Green+Blue) = 54+72+21=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #364815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364815 is #C9B7EA. Grayscale: #3C3C3C. Windows color (decimal): -13219819 or 1394742. OLE color: 1394742.

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

Color convert

RGB 54 72 21 -
CMYK 0.25 0 0.71 0.72
HSL 81.18º 0.55% 0.18% -
HSV(B) 81.18º 0.71% 0.28% -
XYZ 3.97 5.47 1.56 -
YUV 60.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 54 72 21 0.25 0 0.71 0.72 81.18 0.55 0.18
Hex 36 48 15 19 0 47 48 51 37 12
Octal 66 110 25 31 0 107 110 121 67 22
Binary 110110 1001000 10101 11001 0 1000111 1001000 1010001 110111 10010

Color Harmonies of #364815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364815

Black with #364815

Text Example


Text Example

White with #364815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364815; }

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

 H1.HeaderClassName
 {
   color: #364815;
 }
 .AnyTagClassName
 {
   color: #364815;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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