Html Css Color HEX #042422 Dark Green

📋 copy color: '#042422'

red 4 ◦ green 36 ◦ blue 34

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

Shades of Dark Green #042422

Tints of Dark Green #042422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48.65%

 BLUE value IS 34 (13.67% from 255) = 45.95%

R = 5.41%
G = 48.65%
B = 45.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#042422 (or 0x042422) is known color: Dark Green. HEX triplet: 04, 24 and 22. RGB value is (4,36,34). Sum of RGB (Red+Green+Blue) = 4+36+34=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #042422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042422 is #FBDBDD. Grayscale: #1A1A1A. Windows color (decimal): -16505822 or 2237444. OLE color: 2237444.

HSL color Cylindrical-coordinate representation of color #042422: hue angle of 176.25º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042422 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 4 36 34 -
CMYK 0.89 0 0.06 0.86
HSL 176.25º 0.8% 0.08% -
HSV(B) 176.25º 0.89% 0.14% -
XYZ 0.97 1.4 1.73 -
YUV 26.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 4 36 34 0.89 0 0.06 0.86 176.25 0.8 0.08
Hex 4 24 22 59 0 6 56 B0 50 8
Octal 4 44 42 131 0 6 126 260 120 10
Binary 100 100100 100010 1011001 0 110 1010110 10110000 1010000 1000

Color Harmonies of #042422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042422

Black with #042422

Text Example


Text Example

White with #042422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042422; }

 p { color: rgb(4,36,34); }

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

background-color css

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

 a { background-color: rgb(4,36,34); }

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

border-color css

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

 span { border-color: rgb(4,36,34); }

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