Html Css Color HEX #083225 Dark Green

📋 copy color: '#083225'

red 8 ◦ green 50 ◦ blue 37

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

Shades of Dark Green #083225

Tints of Dark Green #083225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 38.95%

R = 8.42%
G = 52.63%
B = 38.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#083225 (or 0x083225) is known color: Dark Green. HEX triplet: 08, 32 and 25. RGB value is (8,50,37). Sum of RGB (Red+Green+Blue) = 8+50+37=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #083225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083225 is #F7CDDA. Grayscale: #232323. Windows color (decimal): -16240091 or 2437640. OLE color: 2437640.

HSL color Cylindrical-coordinate representation of color #083225: hue angle of 161.43º 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 #083225 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 50 37 -
CMYK 0.84 0 0.26 0.80
HSL 161.43º 0.72% 0.11% -
HSV(B) 161.43º 0.84% 0.2% -
XYZ 1.57 2.47 2.14 -
YUV 35.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 8 50 37 0.84 0 0.26 0.80 161.43 0.72 0.11
Hex 8 32 25 54 0 1A 50 A1 48 B
Octal 10 62 45 124 0 32 120 241 110 13
Binary 1000 110010 100101 1010100 0 11010 1010000 10100001 1001000 1011

Color Harmonies of #083225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083225

Black with #083225

Text Example


Text Example

White with #083225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083225; }

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

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

background-color css

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

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

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

border-color css

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

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

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