#073127

Color #073127 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #073127

Tints of Dark Green #073127

Color information

#073127 (or 0x073127) is unknown color: approx Dark Green. HEX triplet: 07, 31 and 27. RGB value is (7,49,39). Sum of RGB (Red+Green+Blue) = 7+49+39=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #073127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073127 is #F8CED8. Grayscale: #232323. Windows color (decimal): -16305881 or 2568455. OLE color: 2568455.

HSL color Cylindrical-coordinate representation of color #073127: hue angle of 165.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073127 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB74939-
CMYK0.8600.200.81
HSL165.71º75%10.98%-
HSV(B)165.71º85.71%19.22%-
XYZ1.552.392.3-
YUV35.3130.09107.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=7.37%
G=51.58%
B=41.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749390.8600.200.81165.717510.98
Hex731275601451a64bb
Octal7614712602412124611313
Binary111110001100111101011001010010100011010011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073127; }

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

 H1.HeaderClassName
 {
   color: #073127;
 }
 .AnyTagClassName
 {
   color: #073127;
 }
</style>
background-color css

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

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

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

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

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

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