Html Css Color HEX #54916A Ocean Green

📋 copy color: '#54916A'

red 84 ◦ green 145 ◦ blue 106

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

Shades of Ocean Green #54916A

Tints of Ocean Green #54916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 25.07%
G = 43.28%
B = 31.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#54916A (or 0x54916A) is known color: Ocean Green. HEX triplet: 54, 91 and 6A. RGB value is (84,145,106). Sum of RGB (Red+Green+Blue) = 84+145+106=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #54916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54916A is #AB6E95. Grayscale: #7A7A7A. Windows color (decimal): -11234966 or 6984020. OLE color: 6984020.

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

Color convert

RGB 84 145 106 -
CMYK 0.42 0 0.27 0.43
HSL 141.64º 0.27% 0.45% -
HSV(B) 141.64º 0.42% 0.57% -
XYZ 16.38 23.18 17.25 -
YUV 122.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 84 145 106 0.42 0 0.27 0.43 141.64 0.27 0.45
Hex 54 91 6A 2A 0 1B 2B 8E 1B 2D
Octal 124 221 152 52 0 33 53 216 33 55
Binary 1010100 10010001 1101010 101010 0 11011 101011 10001110 11011 101101

Color Harmonies of #54916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54916A

Black with #54916A

Text Example


Text Example

White with #54916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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