Html Css Color HEX #083226 Dark Green

📋 copy color: '#083226'

red 8 ◦ green 50 ◦ blue 38

#083226
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #083226

Tints of Dark Green #083226

RGB

 RED value IS 8 (3.52% from 255) = 8.33%

 GREEN value IS 50 (19.92% from 255) = 52.08%

 BLUE value IS 38 (15.23% from 255) = 39.58%

R = 8.33%
G = 52.08%
B = 39.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#083226 (or 0x083226) is known color: Dark Green. HEX triplet: 08, 32 and 26. RGB value is (8,50,38). Sum of RGB (Red+Green+Blue) = 8+50+38=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #083226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083226 is #F7CDD9. Grayscale: #242424. Windows color (decimal): -16240090 or 2503176. OLE color: 2503176.

HSL color Cylindrical-coordinate representation of color #083226: hue angle of 162.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083226 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 50 38 -
CMYK 0.84 0 0.24 0.80
HSL 162.86º 0.72% 0.11% -
HSV(B) 162.86º 0.84% 0.2% -
XYZ 1.59 2.47 2.23 -
YUV 36.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 8 50 38 0.84 0 0.24 0.80 162.86 0.72 0.11
Hex 8 32 26 54 0 18 50 A3 48 B
Octal 10 62 46 124 0 30 120 243 110 13
Binary 1000 110010 100110 1010100 0 11000 1010000 10100011 1001000 1011

Color Harmonies of #083226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083226

Black with #083226

Text Example


Text Example

White with #083226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083226; }

 p { color: rgb(8,50,38); }

 H1.HeaderClassName
 {
   color: #083226;
 }
 .AnyTagClassName
 {
   color: #083226;
 }
</style>

background-color css

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

 a { background-color: rgb(8,50,38); }

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

border-color css

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

 span { border-color: rgb(8,50,38); }

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