#58A56B

Color #58A56B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #58A56B

Tints of Ocean Green #58A56B

Color information

#58A56B (or 0x58A56B) is unknown color: approx Ocean Green. HEX triplet: 58, A5 and 6B. RGB value is (88,165,107). Sum of RGB (Red+Green+Blue) = 88+165+107=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #58A56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A56B is #A75A94. Grayscale: #878787. Windows color (decimal): -10967701 or 7054680. OLE color: 7054680.

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

Color convert

RGB88165107-
CMYK0.4700.350.35
HSL134.81º30.43%49.61%-
HSV(B)134.81º46.67%64.71%-
XYZ20.1330.0518.65-
YUV135.36111.9994.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 165 (64.84% from 255) = 45.83%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=24.44%
G=45.83%
B=29.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881651070.4700.350.35134.8130.4349.61
Hex58A56B2F02323871e32
Octal13024515357043432073662
Binary101100010100101110101110111101000111000111000011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58A56B;
 }
 .AnyTagClassName
 {
   color: #58A56B;
 }
</style>
background-color css

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

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

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

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

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

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