#073423

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

Shades of Dark Green #073423

Tints of Dark Green #073423

Color information

#073423 (or 0x073423) is unknown color: approx Dark Green. HEX triplet: 07, 34 and 23. RGB value is (7,52,35). Sum of RGB (Red+Green+Blue) = 7+52+35=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #073423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073423 is #F8CBDC. Grayscale: #242424. Windows color (decimal): -16305117 or 2307079. OLE color: 2307079.

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

Color convert

RGB75235-
CMYK0.8700.330.80
HSL157.33º76.27%11.57%-
HSV(B)157.33º86.54%20.39%-
XYZ1.622.622.01-
YUV36.61127.09106.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 52 (20.70% from 255) = 55.32%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=7.45%
G=55.32%
B=37.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal752350.8700.330.80157.3376.2711.57
Hex7342357021509d4cc
Octal7644312704112023511414
Binary1111101001000111010111010000110100001001110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073423; }

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

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

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

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

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

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

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

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