Html Css Color HEX #58A570 Ocean Green

📋 copy color: '#58A570'

red 88 ◦ green 165 ◦ blue 112

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

Shades of Ocean Green #58A570

Tints of Ocean Green #58A570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 24.11%
G = 45.21%
B = 30.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#58A570 (or 0x58A570) is known color: Ocean Green. HEX triplet: 58, A5 and 70. RGB value is (88,165,112). Sum of RGB (Red+Green+Blue) = 88+165+112=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #58A570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A570 is #A75A8F. Grayscale: #888888. Windows color (decimal): -10967696 or 7382360. OLE color: 7382360.

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

Color convert

RGB 88 165 112 -
CMYK 0.47 0 0.32 0.35
HSL 138.7º 0.3% 0.5% -
HSV(B) 138.7º 0.47% 0.65% -
XYZ 20.4 30.15 20.07 -
YUV 135.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 88 165 112 0.47 0 0.32 0.35 138.7 0.3 0.5
Hex 58 A5 70 2F 0 20 23 8B 1E 32
Octal 130 245 160 57 0 40 43 213 36 62
Binary 1011000 10100101 1110000 101111 0 100000 100011 10001011 11110 110010

Color Harmonies of #58A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A570

Black with #58A570

Text Example


Text Example

White with #58A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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