Html Css Color HEX #58956C Ocean Green

📋 copy color: '#58956C'

red 88 ◦ green 149 ◦ blue 108

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

Shades of Ocean Green #58956C

Tints of Ocean Green #58956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.19%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 25.51%
G = 43.19%
B = 31.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#58956C (or 0x58956C) is known color: Ocean Green. HEX triplet: 58, 95 and 6C. RGB value is (88,149,108). Sum of RGB (Red+Green+Blue) = 88+149+108=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #58956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58956C is #A76A93. Grayscale: #7E7E7E. Windows color (decimal): -10971796 or 7116120. OLE color: 7116120.

HSL color Cylindrical-coordinate representation of color #58956C: hue angle of 139.67º degrees, saturation: 0.26, 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 #58956C is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 149 108 -
CMYK 0.41 0 0.28 0.42
HSL 139.67º 0.26% 0.46% -
HSV(B) 139.67º 0.41% 0.58% -
XYZ 17.48 24.65 18.02 -
YUV 126.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 88 149 108 0.41 0 0.28 0.42 139.67 0.26 0.46
Hex 58 95 6C 29 0 1C 2A 8C 1A 2E
Octal 130 225 154 51 0 34 52 214 32 56
Binary 1011000 10010101 1101100 101001 0 11100 101010 10001100 11010 101110

Color Harmonies of #58956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58956C

Black with #58956C

Text Example


Text Example

White with #58956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58956C; }

 p { color: rgb(88,149,108); }

 H1.HeaderClassName
 {
   color: #58956C;
 }
 .AnyTagClassName
 {
   color: #58956C;
 }
</style>

background-color css

<style>
 a { background-color: #58956C; }

 a { background-color: rgb(88,149,108); }

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

border-color css

<style>
 span { border-color: #58956C; }

 span { border-color: rgb(88,149,108); }

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