Html Css Color HEX #053018 Dark Green

📋 copy color: '#053018'

red 5 ◦ green 48 ◦ blue 24

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

Shades of Dark Green #053018

Tints of Dark Green #053018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 62.34%

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

R = 6.49%
G = 62.34%
B = 31.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#053018 (or 0x053018) is known color: Dark Green. HEX triplet: 05, 30 and 18. RGB value is (5,48,24). Sum of RGB (Red+Green+Blue) = 5+48+24=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #053018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053018 is #FACFE7. Grayscale: #202020. Windows color (decimal): -16437224 or 1585157. OLE color: 1585157.

HSL color Cylindrical-coordinate representation of color #053018: hue angle of 146.51º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053018 is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 24 -
CMYK 0.90 0 0.5 0.81
HSL 146.51º 0.81% 0.1% -
HSV(B) 146.51º 0.9% 0.19% -
XYZ 1.28 2.21 1.22 -
YUV 32.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 5 48 24 0.90 0 0.5 0.81 146.51 0.81 0.1
Hex 5 30 18 5A 0 32 51 93 51 A
Octal 5 60 30 132 0 62 121 223 121 12
Binary 101 110000 11000 1011010 0 110010 1010001 10010011 1010001 1010

Color Harmonies of #053018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053018

Black with #053018

Text Example


Text Example

White with #053018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053018; }

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

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

background-color css

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

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

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

border-color css

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

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

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