Html Css Color HEX #083528 Dark Green

📋 copy color: '#083528'

red 8 ◦ green 53 ◦ blue 40

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

Shades of Dark Green #083528

Tints of Dark Green #083528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 39.6%

R = 7.92%
G = 52.48%
B = 39.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#083528 (or 0x083528) is known color: Dark Green. HEX triplet: 08, 35 and 28. RGB value is (8,53,40). Sum of RGB (Red+Green+Blue) = 8+53+40=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #083528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083528 is #F7CAD7. Grayscale: #262626. Windows color (decimal): -16239320 or 2635016. OLE color: 2635016.

HSL color Cylindrical-coordinate representation of color #083528: hue angle of 162.67º 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 #083528 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 53 40 -
CMYK 0.85 0 0.25 0.79
HSL 162.67º 0.74% 0.12% -
HSV(B) 162.67º 0.85% 0.21% -
XYZ 1.76 2.75 2.45 -
YUV 38.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 8 53 40 0.85 0 0.25 0.79 162.67 0.74 0.12
Hex 8 35 28 55 0 19 4F A3 4A C
Octal 10 65 50 125 0 31 117 243 112 14
Binary 1000 110101 101000 1010101 0 11001 1001111 10100011 1001010 1100

Color Harmonies of #083528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083528

Black with #083528

Text Example


Text Example

White with #083528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083528; }

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

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

background-color css

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

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

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

border-color css

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

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

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