Html Css Color HEX #55946E Ocean Green

📋 copy color: '#55946E'

red 85 ◦ green 148 ◦ blue 110

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

Shades of Ocean Green #55946E

Tints of Ocean Green #55946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 24.78%
G = 43.15%
B = 32.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#55946E (or 0x55946E) is known color: Ocean Green. HEX triplet: 55, 94 and 6E. RGB value is (85,148,110). Sum of RGB (Red+Green+Blue) = 85+148+110=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #55946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55946E is #AA6B91. Grayscale: #7C7C7C. Windows color (decimal): -11168658 or 7246933. OLE color: 7246933.

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

Color convert

RGB 85 148 110 -
CMYK 0.43 0 0.26 0.42
HSL 143.81º 0.27% 0.46% -
HSV(B) 143.81º 0.43% 0.58% -
XYZ 17.15 24.24 18.53 -
YUV 124.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 85 148 110 0.43 0 0.26 0.42 143.81 0.27 0.46
Hex 55 94 6E 2B 0 1A 2A 90 1B 2E
Octal 125 224 156 53 0 32 52 220 33 56
Binary 1010101 10010100 1101110 101011 0 11010 101010 10010000 11011 101110

Color Harmonies of #55946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55946E

Black with #55946E

Text Example


Text Example

White with #55946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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