Html Css Color HEX #364808 Turtle Green

📋 copy color: '#364808'

red 54 ◦ green 72 ◦ blue 8

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

Shades of Turtle Green #364808

Tints of Turtle Green #364808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.97%

R = 40.3%
G = 53.73%
B = 5.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#364808 (or 0x364808) is known color: Turtle Green. HEX triplet: 36, 48 and 08. RGB value is (54,72,8). Sum of RGB (Red+Green+Blue) = 54+72+8=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #364808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364808 is #C9B7F7. Grayscale: #3B3B3B. Windows color (decimal): -13219832 or 542774. OLE color: 542774.

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

Color convert

RGB 54 72 8 -
CMYK 0.25 0 0.89 0.72
HSL 76.88º 0.8% 0.16% -
HSV(B) 76.88º 0.89% 0.28% -
XYZ 3.88 5.44 1.07 -
YUV 59.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 54 72 8 0.25 0 0.89 0.72 76.88 0.8 0.16
Hex 36 48 8 19 0 59 48 4D 50 10
Octal 66 110 10 31 0 131 110 115 120 20
Binary 110110 1001000 1000 11001 0 1011001 1001000 1001101 1010000 10000

Color Harmonies of #364808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364808

Black with #364808

Text Example


Text Example

White with #364808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364808; }

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

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

background-color css

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

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

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

border-color css

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

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

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