Html Css Color HEX #59946D Oxley

📋 copy color: '#59946D'

red 89 ◦ green 148 ◦ blue 109

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

Shades of Oxley #59946D

Tints of Oxley #59946D

RGB

 RED value IS 89 (35.16% from 255) = 25.72%

 GREEN value IS 148 (58.2% from 255) = 42.77%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 25.72%
G = 42.77%
B = 31.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#59946D (or 0x59946D) is known color: Oxley. HEX triplet: 59, 94 and 6D. RGB value is (89,148,109). Sum of RGB (Red+Green+Blue) = 89+148+109=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #59946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59946D is #A66B92. Grayscale: #7E7E7E. Windows color (decimal): -10906515 or 7181401. OLE color: 7181401.

HSL color Cylindrical-coordinate representation of color #59946D: hue angle of 140.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59946D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 109 -
CMYK 0.40 0 0.26 0.42
HSL 140.34º 0.25% 0.46% -
HSV(B) 140.34º 0.4% 0.58% -
XYZ 17.47 24.41 18.26 -
YUV 125.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 89 148 109 0.40 0 0.26 0.42 140.34 0.25 0.46
Hex 59 94 6D 28 0 1A 2A 8C 19 2E
Octal 131 224 155 50 0 32 52 214 31 56
Binary 1011001 10010100 1101101 101000 0 11010 101010 10001100 11001 101110

Color Harmonies of #59946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59946D

Black with #59946D

Text Example


Text Example

White with #59946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59946D; }

 p { color: rgb(89,148,109); }

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

background-color css

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

 a { background-color: rgb(89,148,109); }

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

border-color css

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

 span { border-color: rgb(89,148,109); }

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