Html Css Color HEX #052618 Dark Green

📋 copy color: '#052618'

red 5 ◦ green 38 ◦ blue 24

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

Shades of Dark Green #052618

Tints of Dark Green #052618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 56.72%

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

R = 7.46%
G = 56.72%
B = 35.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.37

 K value IS 0.85

RGB Variations

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

Color information

#052618 (or 0x052618) is known color: Dark Green. HEX triplet: 05, 26 and 18. RGB value is (5,38,24). Sum of RGB (Red+Green+Blue) = 5+38+24=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #052618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052618 is #FAD9E7. Grayscale: #1A1A1A. Windows color (decimal): -16439784 or 1582597. OLE color: 1582597.

HSL color Cylindrical-coordinate representation of color #052618: hue angle of 154.55º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052618 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 38 24 -
CMYK 0.87 0 0.37 0.85
HSL 154.55º 0.77% 0.08% -
HSV(B) 154.55º 0.87% 0.15% -
XYZ 0.92 1.48 1.1 -
YUV 26.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 5 38 24 0.87 0 0.37 0.85 154.55 0.77 0.08
Hex 5 26 18 57 0 25 55 9B 4D 8
Octal 5 46 30 127 0 45 125 233 115 10
Binary 101 100110 11000 1010111 0 100101 1010101 10011011 1001101 1000

Color Harmonies of #052618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052618

Black with #052618

Text Example


Text Example

White with #052618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052618; }

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

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

background-color css

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

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

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

border-color css

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

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

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