Html Css Color HEX #58926D Oxley

📋 copy color: '#58926D'

red 88 ◦ green 146 ◦ blue 109

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

Shades of Oxley #58926D

Tints of Oxley #58926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.57%

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

R = 25.66%
G = 42.57%
B = 31.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#58926D (or 0x58926D) is known color: Oxley. HEX triplet: 58, 92 and 6D. RGB value is (88,146,109). Sum of RGB (Red+Green+Blue) = 88+146+109=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #58926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58926D is #A76D92. Grayscale: #7C7C7C. Windows color (decimal): -10972563 or 7180888. OLE color: 7180888.

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

Color convert

RGB 88 146 109 -
CMYK 0.40 0 0.25 0.43
HSL 141.72º 0.25% 0.46% -
HSV(B) 141.72º 0.4% 0.57% -
XYZ 17.06 23.74 18.15 -
YUV 124.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 88 146 109 0.40 0 0.25 0.43 141.72 0.25 0.46
Hex 58 92 6D 28 0 19 2B 8E 19 2E
Octal 130 222 155 50 0 31 53 216 31 56
Binary 1011000 10010010 1101101 101000 0 11001 101011 10001110 11001 101110

Color Harmonies of #58926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58926D

Black with #58926D

Text Example


Text Example

White with #58926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,146,109); }

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

background-color css

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

 a { background-color: rgb(88,146,109); }

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

border-color css

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

 span { border-color: rgb(88,146,109); }

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