Html Css Color HEX #54916B Ocean Green

📋 copy color: '#54916B'

red 84 ◦ green 145 ◦ blue 107

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

Shades of Ocean Green #54916B

Tints of Ocean Green #54916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 25%
G = 43.15%
B = 31.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#54916B (or 0x54916B) is known color: Ocean Green. HEX triplet: 54, 91 and 6B. RGB value is (84,145,107). Sum of RGB (Red+Green+Blue) = 84+145+107=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #54916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54916B is #AB6E94. Grayscale: #7A7A7A. Windows color (decimal): -11234965 or 7049556. OLE color: 7049556.

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

Color convert

RGB 84 145 107 -
CMYK 0.42 0 0.26 0.43
HSL 142.62º 0.27% 0.45% -
HSV(B) 142.62º 0.42% 0.57% -
XYZ 16.44 23.2 17.52 -
YUV 122.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 84 145 107 0.42 0 0.26 0.43 142.62 0.27 0.45
Hex 54 91 6B 2A 0 1A 2B 8F 1B 2D
Octal 124 221 153 52 0 32 53 217 33 55
Binary 1010100 10010001 1101011 101010 0 11010 101011 10001111 11011 101101

Color Harmonies of #54916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54916B

Black with #54916B

Text Example


Text Example

White with #54916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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