Html Css Color HEX #05322A Dark Green

📋 copy color: '#05322A'

red 5 ◦ green 50 ◦ blue 42

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

Shades of Dark Green #05322A

Tints of Dark Green #05322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 51.55%

 BLUE value IS 42 (16.8% from 255) = 43.3%

R = 5.15%
G = 51.55%
B = 43.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.80

RGB Variations

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

Color information

#05322A (or 0x05322A) is known color: Dark Green. HEX triplet: 05, 32 and 2A. RGB value is (5,50,42). Sum of RGB (Red+Green+Blue) = 5+50+42=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #05322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05322A is #FACDD5. Grayscale: #232323. Windows color (decimal): -16436694 or 2765317. OLE color: 2765317.

HSL color Cylindrical-coordinate representation of color #05322A: hue angle of 169.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05322A is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 42 -
CMYK 0.90 0 0.16 0.80
HSL 169.33º 0.82% 0.11% -
HSV(B) 169.33º 0.9% 0.2% -
XYZ 1.62 2.48 2.58 -
YUV 35.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 5 50 42 0.90 0 0.16 0.80 169.33 0.82 0.11
Hex 5 32 2A 5A 0 10 50 A9 52 B
Octal 5 62 52 132 0 20 120 251 122 13
Binary 101 110010 101010 1011010 0 10000 1010000 10101001 1010010 1011

Color Harmonies of #05322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05322A

Black with #05322A

Text Example


Text Example

White with #05322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05322A; }

 p { color: rgb(5,50,42); }

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

background-color css

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

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

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

border-color css

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

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

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