Html Css Color HEX #58946D Ocean Green

📋 copy color: '#58946D'

red 88 ◦ green 148 ◦ blue 109

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

Shades of Ocean Green #58946D

Tints of Ocean Green #58946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 25.51%
G = 42.9%
B = 31.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#58946D (or 0x58946D) is known color: Ocean Green. HEX triplet: 58, 94 and 6D. RGB value is (88,148,109). Sum of RGB (Red+Green+Blue) = 88+148+109=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #58946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58946D is #A76B92. Grayscale: #7D7D7D. Windows color (decimal): -10972051 or 7181400. OLE color: 7181400.

HSL color Cylindrical-coordinate representation of color #58946D: hue angle of 141º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58946D is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 109 -
CMYK 0.41 0 0.26 0.42
HSL 141º 0.25% 0.46% -
HSV(B) 141º 0.41% 0.58% -
XYZ 17.37 24.36 18.25 -
YUV 125.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 88 148 109 0.41 0 0.26 0.42 141 0.25 0.46
Hex 58 94 6D 29 0 1A 2A 8D 19 2E
Octal 130 224 155 51 0 32 52 215 31 56
Binary 1011000 10010100 1101101 101001 0 11010 101010 10001101 11001 101110

Color Harmonies of #58946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58946D

Black with #58946D

Text Example


Text Example

White with #58946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58946D; }

 p { color: rgb(88,148,109); }

 H1.HeaderClassName
 {
   color: #58946D;
 }
 .AnyTagClassName
 {
   color: #58946D;
 }
</style>

background-color css

<style>
 a { background-color: #58946D; }

 a { background-color: rgb(88,148,109); }

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

border-color css

<style>
 span { border-color: #58946D; }

 span { border-color: rgb(88,148,109); }

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