Html Css Color HEX #364418 Turtle Green

📋 copy color: '#364418'

red 54 ◦ green 68 ◦ blue 24

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

Shades of Turtle Green #364418

Tints of Turtle Green #364418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.58%

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

R = 36.99%
G = 46.58%
B = 16.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#364418 (or 0x364418) is known color: Turtle Green. HEX triplet: 36, 44 and 18. RGB value is (54,68,24). Sum of RGB (Red+Green+Blue) = 54+68+24=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #364418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364418 is #C9BBE7. Grayscale: #3A3A3A. Windows color (decimal): -13220840 or 1590326. OLE color: 1590326.

HSL color Cylindrical-coordinate representation of color #364418: hue angle of 79.09º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364418 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 68 24 -
CMYK 0.21 0 0.65 0.73
HSL 79.09º 0.48% 0.18% -
HSV(B) 79.09º 0.65% 0.27% -
XYZ 3.75 4.98 1.63 -
YUV 58.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 54 68 24 0.21 0 0.65 0.73 79.09 0.48 0.18
Hex 36 44 18 15 0 41 49 4F 30 12
Octal 66 104 30 25 0 101 111 117 60 22
Binary 110110 1000100 11000 10101 0 1000001 1001001 1001111 110000 10010

Color Harmonies of #364418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364418

Black with #364418

Text Example


Text Example

White with #364418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364418; }

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

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

background-color css

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

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

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

border-color css

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

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

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