Html Css Color HEX #052318 Dark Green

📋 copy color: '#052318'

red 5 ◦ green 35 ◦ blue 24

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

Shades of Dark Green #052318

Tints of Dark Green #052318

RGB

 RED value IS 5 (2.34% from 255) = 7.81%

 GREEN value IS 35 (14.06% from 255) = 54.69%

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

R = 7.81%
G = 54.69%
B = 37.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#052318 (or 0x052318) is known color: Dark Green. HEX triplet: 05, 23 and 18. RGB value is (5,35,24). Sum of RGB (Red+Green+Blue) = 5+35+24=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #052318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052318 is #FADCE7. Grayscale: #181818. Windows color (decimal): -16440552 or 1581829. OLE color: 1581829.

HSL color Cylindrical-coordinate representation of color #052318: hue angle of 158º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052318 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 24 -
CMYK 0.86 0 0.31 0.86
HSL 158º 0.75% 0.08% -
HSV(B) 158º 0.86% 0.14% -
XYZ 0.83 1.3 1.07 -
YUV 24.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 5 35 24 0.86 0 0.31 0.86 158 0.75 0.08
Hex 5 23 18 56 0 1F 56 9E 4B 8
Octal 5 43 30 126 0 37 126 236 113 10
Binary 101 100011 11000 1010110 0 11111 1010110 10011110 1001011 1000

Color Harmonies of #052318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052318

Black with #052318

Text Example


Text Example

White with #052318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052318; }

 p { color: rgb(5,35,24); }

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

background-color css

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

 a { background-color: rgb(5,35,24); }

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

border-color css

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

 span { border-color: rgb(5,35,24); }

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