Html Css Color HEX #052826 Dark Green

📋 copy color: '#052826'

red 5 ◦ green 40 ◦ blue 38

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

Shades of Dark Green #052826

Tints of Dark Green #052826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 45.78%

R = 6.02%
G = 48.19%
B = 45.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.84

RGB Variations

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

Color information

#052826 (or 0x052826) is known color: Dark Green. HEX triplet: 05, 28 and 26. RGB value is (5,40,38). Sum of RGB (Red+Green+Blue) = 5+40+38=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #052826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052826 is #FAD7D9. Grayscale: #1D1D1D. Windows color (decimal): -16439258 or 2500613. OLE color: 2500613.

HSL color Cylindrical-coordinate representation of color #052826: hue angle of 176.57º 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 #052826 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 40 38 -
CMYK 0.88 0 0.05 0.84
HSL 176.57º 0.78% 0.09% -
HSV(B) 176.57º 0.88% 0.16% -
XYZ 1.17 1.69 2.1 -
YUV 29.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 5 40 38 0.88 0 0.05 0.84 176.57 0.78 0.09
Hex 5 28 26 58 0 5 54 B1 4E 9
Octal 5 50 46 130 0 5 124 261 116 11
Binary 101 101000 100110 1011000 0 101 1010100 10110001 1001110 1001

Color Harmonies of #052826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052826

Black with #052826

Text Example


Text Example

White with #052826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052826; }

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

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

background-color css

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

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

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

border-color css

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

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

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