Html Css Color HEX #55956C Ocean Green

📋 copy color: '#55956C'

red 85 ◦ green 149 ◦ blue 108

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

Shades of Ocean Green #55956C

Tints of Ocean Green #55956C

RGB

 RED value IS 85 (33.59% from 255) = 24.85%

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

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

R = 24.85%
G = 43.57%
B = 31.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#55956C (or 0x55956C) is known color: Ocean Green. HEX triplet: 55, 95 and 6C. RGB value is (85,149,108). Sum of RGB (Red+Green+Blue) = 85+149+108=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #55956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55956C is #AA6A93. Grayscale: #7D7D7D. Windows color (decimal): -11168404 or 7116117. OLE color: 7116117.

HSL color Cylindrical-coordinate representation of color #55956C: hue angle of 141.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55956C is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 108 -
CMYK 0.43 0 0.28 0.42
HSL 141.56º 0.27% 0.46% -
HSV(B) 141.56º 0.43% 0.58% -
XYZ 17.2 24.51 18.01 -
YUV 125.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 85 149 108 0.43 0 0.28 0.42 141.56 0.27 0.46
Hex 55 95 6C 2B 0 1C 2A 8E 1B 2E
Octal 125 225 154 53 0 34 52 216 33 56
Binary 1010101 10010101 1101100 101011 0 11100 101010 10001110 11011 101110

Color Harmonies of #55956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55956C

Black with #55956C

Text Example


Text Example

White with #55956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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