Html Css Color HEX #506023 Saratoga

📋 copy color: '#506023'

red 80 ◦ green 96 ◦ blue 35

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

Shades of Saratoga #506023

Tints of Saratoga #506023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

 BLUE value IS 35 (14.06% from 255) = 16.59%

R = 37.91%
G = 45.5%
B = 16.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#506023 (or 0x506023) is known color: Saratoga. HEX triplet: 50, 60 and 23. RGB value is (80,96,35). Sum of RGB (Red+Green+Blue) = 80+96+35=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #506023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506023 is #AF9FDC. Grayscale: #545454. Windows color (decimal): -11509725 or 2318416. OLE color: 2318416.

HSL color Cylindrical-coordinate representation of color #506023: hue angle of 75.74º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #506023 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 35 -
CMYK 0.17 0 0.64 0.62
HSL 75.74º 0.47% 0.26% -
HSV(B) 75.74º 0.64% 0.38% -
XYZ 7.79 10.19 3.15 -
YUV 84.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 80 96 35 0.17 0 0.64 0.62 75.74 0.47 0.26
Hex 50 60 23 11 0 40 3E 4C 2F 1A
Octal 120 140 43 21 0 100 76 114 57 32
Binary 1010000 1100000 100011 10001 0 1000000 111110 1001100 101111 11010

Color Harmonies of #506023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506023

Black with #506023

Text Example


Text Example

White with #506023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506023; }

 p { color: rgb(80,96,35); }

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

background-color css

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

 a { background-color: rgb(80,96,35); }

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

border-color css

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

 span { border-color: rgb(80,96,35); }

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