Html Css Color HEX #54A479 Ocean Green

📋 copy color: '#54A479'

red 84 ◦ green 164 ◦ blue 121

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

Shades of Ocean Green #54A479

Tints of Ocean Green #54A479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.44%

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 22.76%
G = 44.44%
B = 32.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#54A479 (or 0x54A479) is known color: Ocean Green. HEX triplet: 54, A4 and 79. RGB value is (84,164,121). Sum of RGB (Red+Green+Blue) = 84+164+121=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #54A479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A479 is #AB5B86. Grayscale: #878787. Windows color (decimal): -11230087 or 7971924. OLE color: 7971924.

HSL color Cylindrical-coordinate representation of color #54A479: hue angle of 147.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A479 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 164 121 -
CMYK 0.49 0 0.26 0.36
HSL 147.75º 0.32% 0.49% -
HSV(B) 147.75º 0.49% 0.64% -
XYZ 20.38 29.82 22.77 -
YUV 135.18 120 91.5 -
System Red Green Blue C M Y K H S L
Decimal 84 164 121 0.49 0 0.26 0.36 147.75 0.32 0.49
Hex 54 A4 79 31 0 1A 24 94 20 31
Octal 124 244 171 61 0 32 44 224 40 61
Binary 1010100 10100100 1111001 110001 0 11010 100100 10010100 100000 110001

Color Harmonies of #54A479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A479

Black with #54A479

Text Example


Text Example

White with #54A479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A479; }

 p { color: rgb(84,164,121); }

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

background-color css

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

 a { background-color: rgb(84,164,121); }

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

border-color css

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

 span { border-color: rgb(84,164,121); }

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