Html Css Color HEX #364818 Turtle Green

📋 copy color: '#364818'

red 54 ◦ green 72 ◦ blue 24

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

Shades of Turtle Green #364818

Tints of Turtle Green #364818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16%

R = 36%
G = 48%
B = 16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#364818 (or 0x364818) is known color: Turtle Green. HEX triplet: 36, 48 and 18. RGB value is (54,72,24). Sum of RGB (Red+Green+Blue) = 54+72+24=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #364818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364818 is #C9B7E7. Grayscale: #3D3D3D. Windows color (decimal): -13219816 or 1591350. OLE color: 1591350.

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

Color convert

RGB 54 72 24 -
CMYK 0.25 0 0.67 0.72
HSL 82.5º 0.5% 0.19% -
HSV(B) 82.5º 0.67% 0.28% -
XYZ 4 5.48 1.71 -
YUV 61.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 54 72 24 0.25 0 0.67 0.72 82.5 0.5 0.19
Hex 36 48 18 19 0 43 48 52 32 13
Octal 66 110 30 31 0 103 110 122 62 23
Binary 110110 1001000 11000 11001 0 1000011 1001000 1010010 110010 10011

Color Harmonies of #364818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364818

Black with #364818

Text Example


Text Example

White with #364818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364818; }

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

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

background-color css

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

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

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

border-color css

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

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

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