Html Css Color HEX #364810 Turtle Green

📋 copy color: '#364810'

red 54 ◦ green 72 ◦ blue 16

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

Shades of Turtle Green #364810

Tints of Turtle Green #364810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 38.03%
G = 50.7%
B = 11.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#364810 (or 0x364810) is known color: Turtle Green. HEX triplet: 36, 48 and 10. RGB value is (54,72,16). Sum of RGB (Red+Green+Blue) = 54+72+16=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #364810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364810 is #C9B7EF. Grayscale: #3C3C3C. Windows color (decimal): -13219824 or 1067062. OLE color: 1067062.

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

Color convert

RGB 54 72 16 -
CMYK 0.25 0 0.78 0.72
HSL 79.29º 0.64% 0.17% -
HSV(B) 79.29º 0.78% 0.28% -
XYZ 3.93 5.46 1.34 -
YUV 60.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 54 72 16 0.25 0 0.78 0.72 79.29 0.64 0.17
Hex 36 48 10 19 0 4E 48 4F 40 11
Octal 66 110 20 31 0 116 110 117 100 21
Binary 110110 1001000 10000 11001 0 1001110 1001000 1001111 1000000 10001

Color Harmonies of #364810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364810

Black with #364810

Text Example


Text Example

White with #364810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364810; }

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

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

background-color css

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

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

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

border-color css

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

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

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