#58996E

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

Shades of Ocean Green #58996E

Tints of Ocean Green #58996E

Color information

#58996E (or 0x58996E) is unknown color: approx Ocean Green. HEX triplet: 58, 99 and 6E. RGB value is (88,153,110). Sum of RGB (Red+Green+Blue) = 88+153+110=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #58996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58996E is #A76691. Grayscale: #808080. Windows color (decimal): -10970770 or 7248216. OLE color: 7248216.

HSL color Cylindrical-coordinate representation of color #58996E: hue angle of 140.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58996E is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB88153110-
CMYK0.4200.280.4
HSL140.31º26.97%47.25%-
HSV(B)140.31º42.48%60%-
XYZ18.2325.9818.81-
YUV128.66117.4799-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=25.07%
G=43.59%
B=31.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881531100.4200.280.4140.3126.9747.25
Hex58996E2A01C288c1b2f
Octal13023115652034502143357
Binary10110001001100111011101010100111001010001000110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58996E; }

 p { color: rgb(88,153,110); }

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

<style>
 a { background-color: #58996E; }

 a { background-color: rgb(88,153,110); }

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

<style>
 span { border-color: #58996E; }

 span { border-color: rgb(88,153,110); }

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