Html Css Color HEX #073227 Dark Green

📋 copy color: '#073227'

red 7 ◦ green 50 ◦ blue 39

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

Shades of Dark Green #073227

Tints of Dark Green #073227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 40.63%

R = 7.29%
G = 52.08%
B = 40.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#073227 (or 0x073227) is known color: Dark Green. HEX triplet: 07, 32 and 27. RGB value is (7,50,39). Sum of RGB (Red+Green+Blue) = 7+50+39=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #073227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073227 is #F8CDD8. Grayscale: #232323. Windows color (decimal): -16305625 or 2568711. OLE color: 2568711.

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

Color convert

RGB 7 50 39 -
CMYK 0.86 0 0.22 0.80
HSL 164.65º 0.75% 0.11% -
HSV(B) 164.65º 0.86% 0.2% -
XYZ 1.59 2.47 2.31 -
YUV 35.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 7 50 39 0.86 0 0.22 0.80 164.65 0.75 0.11
Hex 7 32 27 56 0 16 50 A5 4B B
Octal 7 62 47 126 0 26 120 245 113 13
Binary 111 110010 100111 1010110 0 10110 1010000 10100101 1001011 1011

Color Harmonies of #073227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073227

Black with #073227

Text Example


Text Example

White with #073227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073227; }

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

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

background-color css

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

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

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

border-color css

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

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

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