#073427

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

Shades of Dark Green #073427

Tints of Dark Green #073427

Color information

#073427 (or 0x073427) is unknown color: approx Dark Green. HEX triplet: 07, 34 and 27. RGB value is (7,52,39). Sum of RGB (Red+Green+Blue) = 7+52+39=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #073427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073427 is #F8CBD8. Grayscale: #252525. Windows color (decimal): -16305113 or 2569223. OLE color: 2569223.

HSL color Cylindrical-coordinate representation of color #073427: hue angle of 162.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073427 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB75239-
CMYK0.8700.250.80
HSL162.67º76.27%11.57%-
HSV(B)162.67º86.54%20.39%-
XYZ1.682.652.34-
YUV37.06129.09106.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 52 (20.70% from 255) = 53.06%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=7.14%
G=53.06%
B=39.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal752390.8700.250.80162.6776.2711.57
Hex734275701950a34cc
Octal7644712703112024311414
Binary111110100100111101011101100110100001010001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073427; }

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

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

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

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

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

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

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

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