Html Css Color HEX #54916D Ocean Green

📋 copy color: '#54916D'

red 84 ◦ green 145 ◦ blue 109

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

Shades of Ocean Green #54916D

Tints of Ocean Green #54916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.9%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 24.85%
G = 42.9%
B = 32.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#54916D (or 0x54916D) is known color: Ocean Green. HEX triplet: 54, 91 and 6D. RGB value is (84,145,109). Sum of RGB (Red+Green+Blue) = 84+145+109=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #54916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54916D is #AB6E92. Grayscale: #7A7A7A. Windows color (decimal): -11234963 or 7180628. OLE color: 7180628.

HSL color Cylindrical-coordinate representation of color #54916D: hue angle of 144.59º 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 #54916D is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 109 -
CMYK 0.42 0 0.25 0.43
HSL 144.59º 0.27% 0.45% -
HSV(B) 144.59º 0.42% 0.57% -
XYZ 16.54 23.24 18.08 -
YUV 122.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 84 145 109 0.42 0 0.25 0.43 144.59 0.27 0.45
Hex 54 91 6D 2A 0 19 2B 91 1B 2D
Octal 124 221 155 52 0 31 53 221 33 55
Binary 1010100 10010001 1101101 101010 0 11001 101011 10010001 11011 101101

Color Harmonies of #54916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54916D

Black with #54916D

Text Example


Text Example

White with #54916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54916D; }

 p { color: rgb(84,145,109); }

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

background-color css

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

 a { background-color: rgb(84,145,109); }

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

border-color css

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

 span { border-color: rgb(84,145,109); }

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