#073822

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

Shades of Dark Green #073822

Tints of Dark Green #073822

Color information

#073822 (or 0x073822) is unknown color: approx Dark Green. HEX triplet: 07, 38 and 22. RGB value is (7,56,34). Sum of RGB (Red+Green+Blue) = 7+56+34=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #073822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073822 is #F8C7DD. Grayscale: #262626. Windows color (decimal): -16304094 or 2242567. OLE color: 2242567.

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

Color convert

RGB75634-
CMYK0.8800.390.78
HSL153.06º77.78%12.35%-
HSV(B)153.06º87.5%21.96%-
XYZ1.792.992-
YUV38.84125.27105.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 56 (22.27% from 255) = 57.73%
BLUE value IS 34 (13.67% from 255) = 35.05%
R=7.22%
G=57.73%
B=35.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756340.8800.390.78153.0677.7812.35
Hex73822580274E994ec
Octal7704213004711623111614
Binary1111110001000101011000010011110011101001100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073822; }

 p { color: rgb(7,56,34); }

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

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

 a { background-color: rgb(7,56,34); }

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

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

 span { border-color: rgb(7,56,34); }

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