Html Css Color HEX #043320 Dark Green

📋 copy color: '#043320'

red 4 ◦ green 51 ◦ blue 32

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

Shades of Dark Green #043320

Tints of Dark Green #043320

RGB

 RED value IS 4 (1.95% from 255) = 4.6%

 GREEN value IS 51 (20.31% from 255) = 58.62%

 BLUE value IS 32 (12.89% from 255) = 36.78%

R = 4.6%
G = 58.62%
B = 36.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#043320 (or 0x043320) is known color: Dark Green. HEX triplet: 04, 33 and 20. RGB value is (4,51,32). Sum of RGB (Red+Green+Blue) = 4+51+32=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #043320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043320 is #FBCCDF. Grayscale: #222222. Windows color (decimal): -16501984 or 2110212. OLE color: 2110212.

HSL color Cylindrical-coordinate representation of color #043320: hue angle of 155.74º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043320 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 51 32 -
CMYK 0.92 0 0.37 0.8
HSL 155.74º 0.85% 0.11% -
HSV(B) 155.74º 0.92% 0.2% -
XYZ 1.49 2.5 1.77 -
YUV 34.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 4 51 32 0.92 0 0.37 0.8 155.74 0.85 0.11
Hex 4 33 20 5C 0 25 50 9C 55 B
Octal 4 63 40 134 0 45 120 234 125 13
Binary 100 110011 100000 1011100 0 100101 1010000 10011100 1010101 1011

Color Harmonies of #043320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043320

Black with #043320

Text Example


Text Example

White with #043320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043320; }

 p { color: rgb(4,51,32); }

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

background-color css

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

 a { background-color: rgb(4,51,32); }

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

border-color css

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

 span { border-color: rgb(4,51,32); }

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