Html Css Color HEX #58A573 Ocean Green

📋 copy color: '#58A573'

red 88 ◦ green 165 ◦ blue 115

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

Shades of Ocean Green #58A573

Tints of Ocean Green #58A573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.84%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 23.91%
G = 44.84%
B = 31.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#58A573 (or 0x58A573) is known color: Ocean Green. HEX triplet: 58, A5 and 73. RGB value is (88,165,115). Sum of RGB (Red+Green+Blue) = 88+165+115=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #58A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A573 is #A75A8C. Grayscale: #888888. Windows color (decimal): -10967693 or 7578968. OLE color: 7578968.

HSL color Cylindrical-coordinate representation of color #58A573: hue angle of 141.04º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A573 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 165 115 -
CMYK 0.47 0 0.30 0.35
HSL 141.04º 0.3% 0.5% -
HSV(B) 141.04º 0.47% 0.65% -
XYZ 20.57 30.22 20.97 -
YUV 136.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 88 165 115 0.47 0 0.30 0.35 141.04 0.3 0.5
Hex 58 A5 73 2F 0 1E 23 8D 1E 32
Octal 130 245 163 57 0 36 43 215 36 62
Binary 1011000 10100101 1110011 101111 0 11110 100011 10001101 11110 110010

Color Harmonies of #58A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A573

Black with #58A573

Text Example


Text Example

White with #58A573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A573; }

 p { color: rgb(88,165,115); }

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

background-color css

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

 a { background-color: rgb(88,165,115); }

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

border-color css

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

 span { border-color: rgb(88,165,115); }

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