Html Css Color HEX #549971 Ocean Green

📋 copy color: '#549971'

red 84 ◦ green 153 ◦ blue 113

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

Shades of Ocean Green #549971

Tints of Ocean Green #549971

RGB

 RED value IS 84 (33.2% from 255) = 24%

 GREEN value IS 153 (60.16% from 255) = 43.71%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 24%
G = 43.71%
B = 32.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#549971 (or 0x549971) is known color: Ocean Green. HEX triplet: 54, 99 and 71. RGB value is (84,153,113). Sum of RGB (Red+Green+Blue) = 84+153+113=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #549971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549971 is #AB668E. Grayscale: #7F7F7F. Windows color (decimal): -11232911 or 7444820. OLE color: 7444820.

HSL color Cylindrical-coordinate representation of color #549971: hue angle of 145.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549971 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 113 -
CMYK 0.45 0 0.26 0.4
HSL 145.22º 0.29% 0.46% -
HSV(B) 145.22º 0.45% 0.6% -
XYZ 18.03 25.86 19.66 -
YUV 127.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 84 153 113 0.45 0 0.26 0.4 145.22 0.29 0.46
Hex 54 99 71 2D 0 1A 28 91 1D 2E
Octal 124 231 161 55 0 32 50 221 35 56
Binary 1010100 10011001 1110001 101101 0 11010 101000 10010001 11101 101110

Color Harmonies of #549971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549971

Black with #549971

Text Example


Text Example

White with #549971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549971; }

 p { color: rgb(84,153,113); }

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

background-color css

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

 a { background-color: rgb(84,153,113); }

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

border-color css

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

 span { border-color: rgb(84,153,113); }

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