Html Css Color HEX #05180C Dark Green

📋 copy color: '#05180C'

red 5 ◦ green 24 ◦ blue 12

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

Shades of Dark Green #05180C

Tints of Dark Green #05180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 58.54%

 BLUE value IS 12 (5.08% from 255) = 29.27%

R = 12.2%
G = 58.54%
B = 29.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#05180C (or 0x05180C) is known color: Dark Green. HEX triplet: 05, 18 and 0C. RGB value is (5,24,12). Sum of RGB (Red+Green+Blue) = 5+24+12=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #05180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05180C is #FAE7F3. Grayscale: #101010. Windows color (decimal): -16443380 or 792581. OLE color: 792581.

HSL color Cylindrical-coordinate representation of color #05180C: hue angle of 142.11º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #05180C is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 24 12 -
CMYK 0.79 0 0.50 0.91
HSL 142.11º 0.66% 0.06% -
HSV(B) 142.11º 0.79% 0.09% -
XYZ 0.46 0.71 0.46 -
YUV 16.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 5 24 12 0.79 0 0.50 0.91 142.11 0.66 0.06
Hex 5 18 C 4F 0 32 5B 8E 42 6
Octal 5 30 14 117 0 62 133 216 102 6
Binary 101 11000 1100 1001111 0 110010 1011011 10001110 1000010 110

Color Harmonies of #05180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05180C

Black with #05180C

Text Example


Text Example

White with #05180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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