Html Css Color HEX #083520 Dark Green

📋 copy color: '#083520'

red 8 ◦ green 53 ◦ blue 32

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

Shades of Dark Green #083520

Tints of Dark Green #083520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 56.99%

 BLUE value IS 32 (12.89% from 255) = 34.41%

R = 8.6%
G = 56.99%
B = 34.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#083520 (or 0x083520) is known color: Dark Green. HEX triplet: 08, 35 and 20. RGB value is (8,53,32). Sum of RGB (Red+Green+Blue) = 8+53+32=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #083520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083520 is #F7CADF. Grayscale: #252525. Windows color (decimal): -16239328 or 2110728. OLE color: 2110728.

HSL color Cylindrical-coordinate representation of color #083520: hue angle of 152º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083520 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 53 32 -
CMYK 0.85 0 0.40 0.79
HSL 152º 0.74% 0.12% -
HSV(B) 152º 0.85% 0.21% -
XYZ 1.63 2.7 1.8 -
YUV 37.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 8 53 32 0.85 0 0.40 0.79 152 0.74 0.12
Hex 8 35 20 55 0 28 4F 98 4A C
Octal 10 65 40 125 0 50 117 230 112 14
Binary 1000 110101 100000 1010101 0 101000 1001111 10011000 1001010 1100

Color Harmonies of #083520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083520

Black with #083520

Text Example


Text Example

White with #083520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083520; }

 p { color: rgb(8,53,32); }

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

background-color css

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

 a { background-color: rgb(8,53,32); }

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

border-color css

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

 span { border-color: rgb(8,53,32); }

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