Html Css Color HEX #364816 Turtle Green

📋 copy color: '#364816'

red 54 ◦ green 72 ◦ blue 22

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

Shades of Turtle Green #364816

Tints of Turtle Green #364816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 36.49%
G = 48.65%
B = 14.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#364816 (or 0x364816) is known color: Turtle Green. HEX triplet: 36, 48 and 16. RGB value is (54,72,22). Sum of RGB (Red+Green+Blue) = 54+72+22=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #364816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364816 is #C9B7E9. Grayscale: #3D3D3D. Windows color (decimal): -13219818 or 1460278. OLE color: 1460278.

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

Color convert

RGB 54 72 22 -
CMYK 0.25 0 0.69 0.72
HSL 81.6º 0.53% 0.18% -
HSV(B) 81.6º 0.69% 0.28% -
XYZ 3.98 5.48 1.61 -
YUV 60.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 54 72 22 0.25 0 0.69 0.72 81.6 0.53 0.18
Hex 36 48 16 19 0 45 48 52 35 12
Octal 66 110 26 31 0 105 110 122 65 22
Binary 110110 1001000 10110 11001 0 1000101 1001000 1010010 110101 10010

Color Harmonies of #364816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364816

Black with #364816

Text Example


Text Example

White with #364816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364816; }

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

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

background-color css

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

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

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

border-color css

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

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

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