Html Css Color HEX #58946C Oxley

📋 copy color: '#58946C'

red 88 ◦ green 148 ◦ blue 108

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

Shades of Oxley #58946C

Tints of Oxley #58946C

RGB

 RED value IS 88 (34.77% from 255) = 25.58%

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 25.58%
G = 43.02%
B = 31.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#58946C (or 0x58946C) is known color: Oxley. HEX triplet: 58, 94 and 6C. RGB value is (88,148,108). Sum of RGB (Red+Green+Blue) = 88+148+108=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #58946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58946C is #A76B93. Grayscale: #7D7D7D. Windows color (decimal): -10972052 or 7115864. OLE color: 7115864.

HSL color Cylindrical-coordinate representation of color #58946C: hue angle of 140º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58946C is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 108 -
CMYK 0.41 0 0.27 0.42
HSL 140º 0.25% 0.46% -
HSV(B) 140º 0.41% 0.58% -
XYZ 17.32 24.34 17.97 -
YUV 125.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 88 148 108 0.41 0 0.27 0.42 140 0.25 0.46
Hex 58 94 6C 29 0 1B 2A 8C 19 2E
Octal 130 224 154 51 0 33 52 214 31 56
Binary 1011000 10010100 1101100 101001 0 11011 101010 10001100 11001 101110

Color Harmonies of #58946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58946C

Black with #58946C

Text Example


Text Example

White with #58946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58946C; }

 p { color: rgb(88,148,108); }

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

background-color css

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

 a { background-color: rgb(88,148,108); }

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

border-color css

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

 span { border-color: rgb(88,148,108); }

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