Html Css Color HEX #05180A Dark Green

📋 copy color: '#05180A'

red 5 ◦ green 24 ◦ blue 10

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

Shades of Dark Green #05180A

Tints of Dark Green #05180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 25.64%

R = 12.82%
G = 61.54%
B = 25.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#05180A (or 0x05180A) is known color: Dark Green. HEX triplet: 05, 18 and 0A. RGB value is (5,24,10). Sum of RGB (Red+Green+Blue) = 5+24+10=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #05180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05180A is #FAE7F5. Grayscale: #101010. Windows color (decimal): -16443382 or 661509. OLE color: 661509.

HSL color Cylindrical-coordinate representation of color #05180A: hue angle of 135.79º 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 #05180A is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 24 10 -
CMYK 0.79 0 0.58 0.91
HSL 135.79º 0.66% 0.06% -
HSV(B) 135.79º 0.79% 0.09% -
XYZ 0.44 0.71 0.4 -
YUV 16.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 5 24 10 0.79 0 0.58 0.91 135.79 0.66 0.06
Hex 5 18 A 4F 0 3A 5B 88 42 6
Octal 5 30 12 117 0 72 133 210 102 6
Binary 101 11000 1010 1001111 0 111010 1011011 10001000 1000010 110

Color Harmonies of #05180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05180A

Black with #05180A

Text Example


Text Example

White with #05180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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