Html Css Color HEX #07321B Dark Green

📋 copy color: '#07321B'

red 7 ◦ green 50 ◦ blue 27

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

Shades of Dark Green #07321B

Tints of Dark Green #07321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.14%

R = 8.33%
G = 59.52%
B = 32.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#07321B (or 0x07321B) is known color: Dark Green. HEX triplet: 07, 32 and 1B. RGB value is (7,50,27). Sum of RGB (Red+Green+Blue) = 7+50+27=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #07321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07321B is #F8CDE4. Grayscale: #222222. Windows color (decimal): -16305637 or 1782279. OLE color: 1782279.

HSL color Cylindrical-coordinate representation of color #07321B: hue angle of 147.91º 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 #07321B is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 27 -
CMYK 0.86 0 0.46 0.80
HSL 147.91º 0.75% 0.11% -
HSV(B) 147.91º 0.86% 0.2% -
XYZ 1.43 2.41 1.43 -
YUV 34.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 7 50 27 0.86 0 0.46 0.80 147.91 0.75 0.11
Hex 7 32 1B 56 0 2E 50 94 4B B
Octal 7 62 33 126 0 56 120 224 113 13
Binary 111 110010 11011 1010110 0 101110 1010000 10010100 1001011 1011

Color Harmonies of #07321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07321B

Black with #07321B

Text Example


Text Example

White with #07321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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