Html Css Color HEX #05321C Dark Green

📋 copy color: '#05321C'

red 5 ◦ green 50 ◦ blue 28

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

Shades of Dark Green #05321C

Tints of Dark Green #05321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 33.73%

R = 6.02%
G = 60.24%
B = 33.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#05321C (or 0x05321C) is known color: Dark Green. HEX triplet: 05, 32 and 1C. RGB value is (5,50,28). Sum of RGB (Red+Green+Blue) = 5+50+28=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #05321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05321C is #FACDE3. Grayscale: #222222. Windows color (decimal): -16436708 or 1847813. OLE color: 1847813.

HSL color Cylindrical-coordinate representation of color #05321C: hue angle of 150.67º 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 #05321C is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 28 -
CMYK 0.90 0 0.44 0.80
HSL 150.67º 0.82% 0.11% -
HSV(B) 150.67º 0.9% 0.2% -
XYZ 1.41 2.4 1.49 -
YUV 34.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 5 50 28 0.90 0 0.44 0.80 150.67 0.82 0.11
Hex 5 32 1C 5A 0 2C 50 97 52 B
Octal 5 62 34 132 0 54 120 227 122 13
Binary 101 110010 11100 1011010 0 101100 1010000 10010111 1010010 1011

Color Harmonies of #05321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05321C

Black with #05321C

Text Example


Text Example

White with #05321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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