Html Css Color HEX #07322C Dark Green

📋 copy color: '#07322C'

red 7 ◦ green 50 ◦ blue 44

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

Shades of Dark Green #07322C

Tints of Dark Green #07322C

RGB

 RED value IS 7 (3.13% from 255) = 6.93%

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

 BLUE value IS 44 (17.58% from 255) = 43.56%

R = 6.93%
G = 49.5%
B = 43.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#07322C (or 0x07322C) is known color: Dark Green. HEX triplet: 07, 32 and 2C. RGB value is (7,50,44). Sum of RGB (Red+Green+Blue) = 7+50+44=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #07322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07322C is #F8CDD3. Grayscale: #242424. Windows color (decimal): -16305620 or 2896391. OLE color: 2896391.

HSL color Cylindrical-coordinate representation of color #07322C: hue angle of 171.63º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07322C is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 44 -
CMYK 0.86 0 0.12 0.80
HSL 171.63º 0.75% 0.11% -
HSV(B) 171.63º 0.86% 0.2% -
XYZ 1.68 2.51 2.78 -
YUV 36.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 7 50 44 0.86 0 0.12 0.80 171.63 0.75 0.11
Hex 7 32 2C 56 0 C 50 AC 4B B
Octal 7 62 54 126 0 14 120 254 113 13
Binary 111 110010 101100 1010110 0 1100 1010000 10101100 1001011 1011

Color Harmonies of #07322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07322C

Black with #07322C

Text Example


Text Example

White with #07322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,50,44); }

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

background-color css

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

 a { background-color: rgb(7,50,44); }

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

border-color css

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

 span { border-color: rgb(7,50,44); }

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