Html Css Color HEX #05321A Dark Green

📋 copy color: '#05321A'

red 5 ◦ green 50 ◦ blue 26

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

Shades of Dark Green #05321A

Tints of Dark Green #05321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 32.1%

R = 6.17%
G = 61.73%
B = 32.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#05321A (or 0x05321A) is known color: Dark Green. HEX triplet: 05, 32 and 1A. RGB value is (5,50,26). Sum of RGB (Red+Green+Blue) = 5+50+26=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #05321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05321A is #FACDE5. Grayscale: #212121. Windows color (decimal): -16436710 or 1716741. OLE color: 1716741.

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

Color convert

RGB 5 50 26 -
CMYK 0.90 0 0.48 0.80
HSL 148º 0.82% 0.11% -
HSV(B) 148º 0.9% 0.2% -
XYZ 1.39 2.39 1.36 -
YUV 33.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 5 50 26 0.90 0 0.48 0.80 148 0.82 0.11
Hex 5 32 1A 5A 0 30 50 94 52 B
Octal 5 62 32 132 0 60 120 224 122 13
Binary 101 110010 11010 1011010 0 110000 1010000 10010100 1010010 1011

Color Harmonies of #05321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05321A

Black with #05321A

Text Example


Text Example

White with #05321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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