Html Css Color HEX #55946B Ocean Green

📋 copy color: '#55946B'

red 85 ◦ green 148 ◦ blue 107

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

Shades of Ocean Green #55946B

Tints of Ocean Green #55946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 25%
G = 43.53%
B = 31.47%

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

#55946B (or 0x55946B) is known color: Ocean Green. HEX triplet: 55, 94 and 6B. RGB value is (85,148,107). Sum of RGB (Red+Green+Blue) = 85+148+107=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #55946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55946B is #AA6B94. Grayscale: #7C7C7C. Windows color (decimal): -11168661 or 7050325. OLE color: 7050325.

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

Color convert

RGB 85 148 107 -
CMYK 0.43 0 0.28 0.42
HSL 140.95º 0.27% 0.46% -
HSV(B) 140.95º 0.43% 0.58% -
XYZ 16.99 24.17 17.68 -
YUV 124.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 85 148 107 0.43 0 0.28 0.42 140.95 0.27 0.46
Hex 55 94 6B 2B 0 1C 2A 8D 1B 2E
Octal 125 224 153 53 0 34 52 215 33 56
Binary 1010101 10010100 1101011 101011 0 11100 101010 10001101 11011 101110

Color Harmonies of #55946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55946B

Black with #55946B

Text Example


Text Example

White with #55946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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