Html Css Color HEX #549B6C Ocean Green

📋 copy color: '#549B6C'

red 84 ◦ green 155 ◦ blue 108

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

Shades of Ocean Green #549B6C

Tints of Ocean Green #549B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 24.21%
G = 44.67%
B = 31.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#549B6C (or 0x549B6C) is known color: Ocean Green. HEX triplet: 54, 9B and 6C. RGB value is (84,155,108). Sum of RGB (Red+Green+Blue) = 84+155+108=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #549B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B6C is #AB6493. Grayscale: #808080. Windows color (decimal): -11232404 or 7117652. OLE color: 7117652.

HSL color Cylindrical-coordinate representation of color #549B6C: hue angle of 140.28º 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 #549B6C is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 155 108 -
CMYK 0.46 0 0.30 0.39
HSL 140.28º 0.3% 0.47% -
HSV(B) 140.28º 0.46% 0.61% -
XYZ 18.08 26.41 18.33 -
YUV 128.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 84 155 108 0.46 0 0.30 0.39 140.28 0.3 0.47
Hex 54 9B 6C 2E 0 1E 27 8C 1E 2F
Octal 124 233 154 56 0 36 47 214 36 57
Binary 1010100 10011011 1101100 101110 0 11110 100111 10001100 11110 101111

Color Harmonies of #549B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B6C

Black with #549B6C

Text Example


Text Example

White with #549B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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