Html Css Color HEX #58A577 Ocean Green

📋 copy color: '#58A577'

red 88 ◦ green 165 ◦ blue 119

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

Shades of Ocean Green #58A577

Tints of Ocean Green #58A577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 23.66%
G = 44.35%
B = 31.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#58A577 (or 0x58A577) is known color: Ocean Green. HEX triplet: 58, A5 and 77. RGB value is (88,165,119). Sum of RGB (Red+Green+Blue) = 88+165+119=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #58A577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A577 is #A75A88. Grayscale: #888888. Windows color (decimal): -10967689 or 7841112. OLE color: 7841112.

HSL color Cylindrical-coordinate representation of color #58A577: hue angle of 144.16º 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 #58A577 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 165 119 -
CMYK 0.47 0 0.28 0.35
HSL 144.16º 0.3% 0.5% -
HSV(B) 144.16º 0.47% 0.65% -
XYZ 20.81 30.32 22.21 -
YUV 136.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 88 165 119 0.47 0 0.28 0.35 144.16 0.3 0.5
Hex 58 A5 77 2F 0 1C 23 90 1E 32
Octal 130 245 167 57 0 34 43 220 36 62
Binary 1011000 10100101 1110111 101111 0 11100 100011 10010000 11110 110010

Color Harmonies of #58A577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A577

Black with #58A577

Text Example


Text Example

White with #58A577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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