Html Css Color HEX #58926E Ocean Green

📋 copy color: '#58926E'

red 88 ◦ green 146 ◦ blue 110

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

Shades of Ocean Green #58926E

Tints of Ocean Green #58926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.44%

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 25.58%
G = 42.44%
B = 31.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#58926E (or 0x58926E) is known color: Ocean Green. HEX triplet: 58, 92 and 6E. RGB value is (88,146,110). Sum of RGB (Red+Green+Blue) = 88+146+110=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #58926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58926E is #A76D91. Grayscale: #7C7C7C. Windows color (decimal): -10972562 or 7246424. OLE color: 7246424.

HSL color Cylindrical-coordinate representation of color #58926E: hue angle of 142.76º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58926E is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 146 110 -
CMYK 0.40 0 0.25 0.43
HSL 142.76º 0.25% 0.46% -
HSV(B) 142.76º 0.4% 0.57% -
XYZ 17.12 23.76 18.44 -
YUV 124.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 88 146 110 0.40 0 0.25 0.43 142.76 0.25 0.46
Hex 58 92 6E 28 0 19 2B 8F 19 2E
Octal 130 222 156 50 0 31 53 217 31 56
Binary 1011000 10010010 1101110 101000 0 11001 101011 10001111 11001 101110

Color Harmonies of #58926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58926E

Black with #58926E

Text Example


Text Example

White with #58926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58926E;
 }
 .AnyTagClassName
 {
   color: #58926E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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