Html Css Color HEX #549268 Ocean Green

📋 copy color: '#549268'

red 84 ◦ green 146 ◦ blue 104

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

Shades of Ocean Green #549268

Tints of Ocean Green #549268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.71%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 25.15%
G = 43.71%
B = 31.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#549268 (or 0x549268) is known color: Ocean Green. HEX triplet: 54, 92 and 68. RGB value is (84,146,104). Sum of RGB (Red+Green+Blue) = 84+146+104=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #549268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549268 is #AB6D97. Grayscale: #7A7A7A. Windows color (decimal): -11234712 or 6853204. OLE color: 6853204.

HSL color Cylindrical-coordinate representation of color #549268: hue angle of 139.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549268 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 146 104 -
CMYK 0.42 0 0.29 0.43
HSL 139.35º 0.27% 0.45% -
HSV(B) 139.35º 0.42% 0.57% -
XYZ 16.43 23.44 16.76 -
YUV 122.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 84 146 104 0.42 0 0.29 0.43 139.35 0.27 0.45
Hex 54 92 68 2A 0 1D 2B 8B 1B 2D
Octal 124 222 150 52 0 35 53 213 33 55
Binary 1010100 10010010 1101000 101010 0 11101 101011 10001011 11011 101101

Color Harmonies of #549268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549268

Black with #549268

Text Example


Text Example

White with #549268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549268; }

 p { color: rgb(84,146,104); }

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

background-color css

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

 a { background-color: rgb(84,146,104); }

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

border-color css

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

 span { border-color: rgb(84,146,104); }

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