Html Css Color HEX #05321D Dark Green

📋 copy color: '#05321D'

red 5 ◦ green 50 ◦ blue 29

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

Shades of Dark Green #05321D

Tints of Dark Green #05321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 34.52%

R = 5.95%
G = 59.52%
B = 34.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#05321D (or 0x05321D) is known color: Dark Green. HEX triplet: 05, 32 and 1D. RGB value is (5,50,29). Sum of RGB (Red+Green+Blue) = 5+50+29=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #05321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05321D is #FACDE2. Grayscale: #222222. Windows color (decimal): -16436707 or 1913349. OLE color: 1913349.

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

Color convert

RGB 5 50 29 -
CMYK 0.90 0 0.42 0.80
HSL 152º 0.82% 0.11% -
HSV(B) 152º 0.9% 0.2% -
XYZ 1.42 2.4 1.55 -
YUV 34.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 5 50 29 0.90 0 0.42 0.80 152 0.82 0.11
Hex 5 32 1D 5A 0 2A 50 98 52 B
Octal 5 62 35 132 0 52 120 230 122 13
Binary 101 110010 11101 1011010 0 101010 1010000 10011000 1010010 1011

Color Harmonies of #05321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05321D

Black with #05321D

Text Example


Text Example

White with #05321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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