Html Css Color HEX #549B70 Ocean Green

📋 copy color: '#549B70'

red 84 ◦ green 155 ◦ blue 112

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

Shades of Ocean Green #549B70

Tints of Ocean Green #549B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 23.93%
G = 44.16%
B = 31.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#549B70 (or 0x549B70) is known color: Ocean Green. HEX triplet: 54, 9B and 70. RGB value is (84,155,112). Sum of RGB (Red+Green+Blue) = 84+155+112=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #549B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B70 is #AB648F. Grayscale: #808080. Windows color (decimal): -11232400 or 7379796. OLE color: 7379796.

HSL color Cylindrical-coordinate representation of color #549B70: hue angle of 143.66º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B70 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 155 112 -
CMYK 0.46 0 0.28 0.39
HSL 143.66º 0.3% 0.47% -
HSV(B) 143.66º 0.46% 0.61% -
XYZ 18.3 26.5 19.48 -
YUV 128.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 84 155 112 0.46 0 0.28 0.39 143.66 0.3 0.47
Hex 54 9B 70 2E 0 1C 27 90 1E 2F
Octal 124 233 160 56 0 34 47 220 36 57
Binary 1010100 10011011 1110000 101110 0 11100 100111 10010000 11110 101111

Color Harmonies of #549B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B70

Black with #549B70

Text Example


Text Example

White with #549B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549B70; }

 p { color: rgb(84,155,112); }

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

background-color css

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

 a { background-color: rgb(84,155,112); }

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

border-color css

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

 span { border-color: rgb(84,155,112); }

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