Html Css Color HEX #052823 Dark Green

📋 copy color: '#052823'

red 5 ◦ green 40 ◦ blue 35

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

Shades of Dark Green #052823

Tints of Dark Green #052823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 50%

 BLUE value IS 35 (14.06% from 255) = 43.75%

R = 6.25%
G = 50%
B = 43.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#052823 (or 0x052823) is known color: Dark Green. HEX triplet: 05, 28 and 23. RGB value is (5,40,35). Sum of RGB (Red+Green+Blue) = 5+40+35=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #052823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052823 is #FAD7DC. Grayscale: #1C1C1C. Windows color (decimal): -16439261 or 2304005. OLE color: 2304005.

HSL color Cylindrical-coordinate representation of color #052823: hue angle of 171.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052823 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 40 35 -
CMYK 0.88 0 0.12 0.84
HSL 171.43º 0.78% 0.09% -
HSV(B) 171.43º 0.88% 0.16% -
XYZ 1.12 1.67 1.85 -
YUV 28.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 5 40 35 0.88 0 0.12 0.84 171.43 0.78 0.09
Hex 5 28 23 58 0 C 54 AB 4E 9
Octal 5 50 43 130 0 14 124 253 116 11
Binary 101 101000 100011 1011000 0 1100 1010100 10101011 1001110 1001

Color Harmonies of #052823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052823

Black with #052823

Text Example


Text Example

White with #052823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052823; }

 p { color: rgb(5,40,35); }

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

background-color css

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

 a { background-color: rgb(5,40,35); }

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

border-color css

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

 span { border-color: rgb(5,40,35); }

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