#082422

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

Shades of Dark Green #082422

Tints of Dark Green #082422

Color information

#082422 (or 0x082422) is unknown color: approx Dark Green. HEX triplet: 08, 24 and 22. RGB value is (8,36,34). Sum of RGB (Red+Green+Blue) = 8+36+34=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 34 (13.67% from 255 or 43.59% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #082422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082422 is #F7DBDD. Grayscale: #1B1B1B. Windows color (decimal): -16243678 or 2237448. OLE color: 2237448.

HSL color Cylindrical-coordinate representation of color #082422: hue angle of 175.71º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082422 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB83634-
CMYK0.7800.060.86
HSL175.71º63.64%8.63%-
HSV(B)175.71º77.78%14.12%-
XYZ1.021.431.74-
YUV27.4131.72114.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 36 (14.45% from 255) = 46.15%
BLUE value IS 34 (13.67% from 255) = 43.59%
R=10.26%
G=46.15%
B=43.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal836340.7800.060.86175.7163.648.63
Hex824224E0656b0409
Octal1044421160612626010011
Binary10001001001000101001110011010101101011000010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082422; }

 p { color: rgb(8,36,34); }

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

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

 a { background-color: rgb(8,36,34); }

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

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

 span { border-color: rgb(8,36,34); }

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