Html Css Color HEX #55956D Ocean Green

📋 copy color: '#55956D'

red 85 ◦ green 149 ◦ blue 109

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

Shades of Ocean Green #55956D

Tints of Ocean Green #55956D

RGB

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

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

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

R = 24.78%
G = 43.44%
B = 31.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#55956D (or 0x55956D) is known color: Ocean Green. HEX triplet: 55, 95 and 6D. RGB value is (85,149,109). Sum of RGB (Red+Green+Blue) = 85+149+109=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #55956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55956D is #AA6A92. Grayscale: #7D7D7D. Windows color (decimal): -11168403 or 7181653. OLE color: 7181653.

HSL color Cylindrical-coordinate representation of color #55956D: hue angle of 142.5º 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 #55956D is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 109 -
CMYK 0.43 0 0.27 0.42
HSL 142.5º 0.27% 0.46% -
HSV(B) 142.5º 0.43% 0.58% -
XYZ 17.25 24.53 18.29 -
YUV 125.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 85 149 109 0.43 0 0.27 0.42 142.5 0.27 0.46
Hex 55 95 6D 2B 0 1B 2A 8E 1B 2E
Octal 125 225 155 53 0 33 52 216 33 56
Binary 1010101 10010101 1101101 101011 0 11011 101010 10001110 11011 101110

Color Harmonies of #55956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55956D

Black with #55956D

Text Example


Text Example

White with #55956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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