Html Css Color HEX #55946F Ocean Green

📋 copy color: '#55946F'

red 85 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #55946F

Tints of Ocean Green #55946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 24.71%
G = 43.02%
B = 32.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#55946F (or 0x55946F) is known color: Ocean Green. HEX triplet: 55, 94 and 6F. RGB value is (85,148,111). Sum of RGB (Red+Green+Blue) = 85+148+111=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #55946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55946F is #AA6B90. Grayscale: #7D7D7D. Windows color (decimal): -11168657 or 7312469. OLE color: 7312469.

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

Color convert

RGB 85 148 111 -
CMYK 0.43 0 0.25 0.42
HSL 144.76º 0.27% 0.46% -
HSV(B) 144.76º 0.43% 0.58% -
XYZ 17.21 24.26 18.81 -
YUV 124.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 85 148 111 0.43 0 0.25 0.42 144.76 0.27 0.46
Hex 55 94 6F 2B 0 19 2A 91 1B 2E
Octal 125 224 157 53 0 31 52 221 33 56
Binary 1010101 10010100 1101111 101011 0 11001 101010 10010001 11011 101110

Color Harmonies of #55946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55946F

Black with #55946F

Text Example


Text Example

White with #55946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55946F; }

 p { color: rgb(85,148,111); }

 H1.HeaderClassName
 {
   color: #55946F;
 }
 .AnyTagClassName
 {
   color: #55946F;
 }
</style>

background-color css

<style>
 a { background-color: #55946F; }

 a { background-color: rgb(85,148,111); }

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

border-color css

<style>
 span { border-color: #55946F; }

 span { border-color: rgb(85,148,111); }

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