#073926

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

Shades of Dark Green #073926

Tints of Dark Green #073926

Color information

#073926 (or 0x073926) is unknown color: approx Dark Green. HEX triplet: 07, 39 and 26. RGB value is (7,57,38). Sum of RGB (Red+Green+Blue) = 7+57+38=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #073926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073926 is #F8C6D9. Grayscale: #272727. Windows color (decimal): -16303834 or 2504967. OLE color: 2504967.

HSL color Cylindrical-coordinate representation of color #073926: hue angle of 157.2º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073926 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB75738-
CMYK0.8800.330.78
HSL157.2º78.12%12.55%-
HSV(B)157.2º87.72%22.35%-
XYZ1.93.112.33-
YUV39.88126.94104.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 38 (15.23% from 255) = 37.25%
R=6.86%
G=55.88%
B=37.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal757380.8800.330.78157.278.1212.55
Hex73926580214E9d4ed
Octal7714613004111623511615
Binary1111110011001101011000010000110011101001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073926; }

 p { color: rgb(7,57,38); }

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

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

 a { background-color: rgb(7,57,38); }

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

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

 span { border-color: rgb(7,57,38); }

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