Html Css Color HEX #506230 Dark Olive Green

📋 copy color: '#506230'

red 80 ◦ green 98 ◦ blue 48

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

Shades of Dark Olive Green #506230

Tints of Dark Olive Green #506230

RGB

 RED value IS 80 (31.64% from 255) = 35.4%

 GREEN value IS 98 (38.67% from 255) = 43.36%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 35.4%
G = 43.36%
B = 21.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#506230 (or 0x506230) is known color: Dark Olive Green. HEX triplet: 50, 62 and 30. RGB value is (80,98,48). Sum of RGB (Red+Green+Blue) = 80+98+48=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #506230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506230 is #AF9DCF. Grayscale: #575757. Windows color (decimal): -11509200 or 3170896. OLE color: 3170896.

HSL color Cylindrical-coordinate representation of color #506230: hue angle of 81.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #506230 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 48 -
CMYK 0.18 0 0.51 0.62
HSL 81.6º 0.34% 0.29% -
HSV(B) 81.6º 0.51% 0.38% -
XYZ 8.21 10.65 4.42 -
YUV 86.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 80 98 48 0.18 0 0.51 0.62 81.6 0.34 0.29
Hex 50 62 30 12 0 33 3E 52 22 1D
Octal 120 142 60 22 0 63 76 122 42 35
Binary 1010000 1100010 110000 10010 0 110011 111110 1010010 100010 11101

Color Harmonies of #506230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506230

Black with #506230

Text Example


Text Example

White with #506230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506230; }

 p { color: rgb(80,98,48); }

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

background-color css

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

 a { background-color: rgb(80,98,48); }

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

border-color css

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

 span { border-color: rgb(80,98,48); }

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