Html Css Color HEX #052621 Dark Green

📋 copy color: '#052621'

red 5 ◦ green 38 ◦ blue 33

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

Shades of Dark Green #052621

Tints of Dark Green #052621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 43.42%

R = 6.58%
G = 50%
B = 43.42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#052621 (or 0x052621) is known color: Dark Green. HEX triplet: 05, 26 and 21. RGB value is (5,38,33). Sum of RGB (Red+Green+Blue) = 5+38+33=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #052621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052621 is #FAD9DE. Grayscale: #1B1B1B. Windows color (decimal): -16439775 or 2172421. OLE color: 2172421.

HSL color Cylindrical-coordinate representation of color #052621: hue angle of 170.91º 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 #052621 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 38 33 -
CMYK 0.87 0 0.13 0.85
HSL 170.91º 0.77% 0.08% -
HSV(B) 170.91º 0.87% 0.15% -
XYZ 1.03 1.53 1.68 -
YUV 27.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 5 38 33 0.87 0 0.13 0.85 170.91 0.77 0.08
Hex 5 26 21 57 0 D 55 AB 4D 8
Octal 5 46 41 127 0 15 125 253 115 10
Binary 101 100110 100001 1010111 0 1101 1010101 10101011 1001101 1000

Color Harmonies of #052621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052621

Black with #052621

Text Example


Text Example

White with #052621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052621; }

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

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

background-color css

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

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

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

border-color css

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

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

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