Html Css Color HEX #58946B Oxley

📋 copy color: '#58946B'

red 88 ◦ green 148 ◦ blue 107

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

Shades of Oxley #58946B

Tints of Oxley #58946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 25.66%
G = 43.15%
B = 31.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#58946B (or 0x58946B) is known color: Oxley. HEX triplet: 58, 94 and 6B. RGB value is (88,148,107). Sum of RGB (Red+Green+Blue) = 88+148+107=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #58946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58946B is #A76B94. Grayscale: #7D7D7D. Windows color (decimal): -10972053 or 7050328. OLE color: 7050328.

HSL color Cylindrical-coordinate representation of color #58946B: hue angle of 139º 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 #58946B is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 107 -
CMYK 0.41 0 0.28 0.42
HSL 139º 0.25% 0.46% -
HSV(B) 139º 0.41% 0.58% -
XYZ 17.27 24.32 17.69 -
YUV 125.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 88 148 107 0.41 0 0.28 0.42 139 0.25 0.46
Hex 58 94 6B 29 0 1C 2A 8B 19 2E
Octal 130 224 153 51 0 34 52 213 31 56
Binary 1011000 10010100 1101011 101001 0 11100 101010 10001011 11001 101110

Color Harmonies of #58946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58946B

Black with #58946B

Text Example


Text Example

White with #58946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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