Html Css Color HEX #052010 Dark Green

📋 copy color: '#052010'

red 5 ◦ green 32 ◦ blue 16

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

Shades of Dark Green #052010

Tints of Dark Green #052010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 60.38%

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 9.43%
G = 60.38%
B = 30.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.5

 K value IS 0.87

RGB Variations

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

Color information

#052010 (or 0x052010) is known color: Dark Green. HEX triplet: 05, 20 and 10. RGB value is (5,32,16). Sum of RGB (Red+Green+Blue) = 5+32+16=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #052010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052010 is #FADFEF. Grayscale: #161616. Windows color (decimal): -16441328 or 1056773. OLE color: 1056773.

HSL color Cylindrical-coordinate representation of color #052010: hue angle of 144.44º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052010 is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 32 16 -
CMYK 0.84 0 0.5 0.87
HSL 144.44º 0.73% 0.07% -
HSV(B) 144.44º 0.84% 0.13% -
XYZ 0.67 1.1 0.67 -
YUV 22.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 5 32 16 0.84 0 0.5 0.87 144.44 0.73 0.07
Hex 5 20 10 54 0 32 57 90 49 7
Octal 5 40 20 124 0 62 127 220 111 7
Binary 101 100000 10000 1010100 0 110010 1010111 10010000 1001001 111

Color Harmonies of #052010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052010

Black with #052010

Text Example


Text Example

White with #052010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052010; }

 p { color: rgb(5,32,16); }

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

background-color css

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

 a { background-color: rgb(5,32,16); }

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

border-color css

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

 span { border-color: rgb(5,32,16); }

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