Html Css Color HEX #052626 Dark Green

📋 copy color: '#052626'

red 5 ◦ green 38 ◦ blue 38

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

Shades of Dark Green #052626

Tints of Dark Green #052626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 46.91%

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

R = 6.17%
G = 46.91%
B = 46.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052626 (or 0x052626) is known color: Dark Green. HEX triplet: 05, 26 and 26. RGB value is (5,38,38). Sum of RGB (Red+Green+Blue) = 5+38+38=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: green, blue. Hex color #052626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052626 is #FAD9D9. Grayscale: #1C1C1C. Windows color (decimal): -16439770 or 2500101. OLE color: 2500101.

HSL color Cylindrical-coordinate representation of color #052626: hue angle of 180º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052626 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 38 38 -
CMYK 0.87 0 0 0.85
HSL 180º 0.77% 0.08% -
HSV(B) 180º 0.87% 0.15% -
XYZ 1.11 1.56 2.08 -
YUV 28.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 5 38 38 0.87 0 0 0.85 180 0.77 0.08
Hex 5 26 26 57 0 0 55 B4 4D 8
Octal 5 46 46 127 0 0 125 264 115 10
Binary 101 100110 100110 1010111 0 0 1010101 10110100 1001101 1000

Color Harmonies of #052626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052626

Black with #052626

Text Example


Text Example

White with #052626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052626; }

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

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

background-color css

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

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

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

border-color css

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

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

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