Html Css Color HEX #083426 Dark Green

📋 copy color: '#083426'

red 8 ◦ green 52 ◦ blue 38

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

Shades of Dark Green #083426

Tints of Dark Green #083426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 53.06%

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

R = 8.16%
G = 53.06%
B = 38.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#083426 (or 0x083426) is known color: Dark Green. HEX triplet: 08, 34 and 26. RGB value is (8,52,38). Sum of RGB (Red+Green+Blue) = 8+52+38=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #083426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083426 is #F7CBD9. Grayscale: #252525. Windows color (decimal): -16239578 or 2503688. OLE color: 2503688.

HSL color Cylindrical-coordinate representation of color #083426: hue angle of 160.91º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083426 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 52 38 -
CMYK 0.85 0 0.27 0.80
HSL 160.91º 0.73% 0.12% -
HSV(B) 160.91º 0.85% 0.2% -
XYZ 1.68 2.65 2.26 -
YUV 37.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 8 52 38 0.85 0 0.27 0.80 160.91 0.73 0.12
Hex 8 34 26 55 0 1B 50 A1 49 C
Octal 10 64 46 125 0 33 120 241 111 14
Binary 1000 110100 100110 1010101 0 11011 1010000 10100001 1001001 1100

Color Harmonies of #083426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083426

Black with #083426

Text Example


Text Example

White with #083426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083426; }

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

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

background-color css

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

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

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

border-color css

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

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

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