#58A274

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

Shades of Ocean Green #58A274

Tints of Ocean Green #58A274

Color information

#58A274 (or 0x58A274) is unknown color: approx Ocean Green. HEX triplet: 58, A2 and 74. RGB value is (88,162,116). Sum of RGB (Red+Green+Blue) = 88+162+116=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #58A274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A274 is #A75D8B. Grayscale: #868686. Windows color (decimal): -10968460 or 7643736. OLE color: 7643736.

HSL color Cylindrical-coordinate representation of color #58A274: hue angle of 142.7º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A274 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB88162116-
CMYK0.4600.280.36
HSL142.7º29.6%49.02%-
HSV(B)142.7º45.68%63.53%-
XYZ20.129.1821.1-
YUV134.63117.4894.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=24.04%
G=44.26%
B=31.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881621160.4600.280.36142.729.649.02
Hex58A2742E01C248f1e31
Octal13024216456034442173661
Binary10110001010001011101001011100111001001001000111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,116); }

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

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

 a { background-color: rgb(88,162,116); }

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

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

 span { border-color: rgb(88,162,116); }

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