Html Css Color HEX #54946F Ocean Green

📋 copy color: '#54946F'

red 84 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #54946F

Tints of Ocean Green #54946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.15%

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 24.49%
G = 43.15%
B = 32.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#54946F (or 0x54946F) is known color: Ocean Green. HEX triplet: 54, 94 and 6F. RGB value is (84,148,111). Sum of RGB (Red+Green+Blue) = 84+148+111=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #54946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54946F is #AB6B90. Grayscale: #7C7C7C. Windows color (decimal): -11234193 or 7312468. OLE color: 7312468.

HSL color Cylindrical-coordinate representation of color #54946F: hue angle of 145.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54946F is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 111 -
CMYK 0.43 0 0.25 0.42
HSL 145.31º 0.28% 0.45% -
HSV(B) 145.31º 0.43% 0.58% -
XYZ 17.12 24.21 18.81 -
YUV 124.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 84 148 111 0.43 0 0.25 0.42 145.31 0.28 0.45
Hex 54 94 6F 2B 0 19 2A 91 1C 2D
Octal 124 224 157 53 0 31 52 221 34 55
Binary 1010100 10010100 1101111 101011 0 11001 101010 10010001 11100 101101

Color Harmonies of #54946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54946F

Black with #54946F

Text Example


Text Example

White with #54946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54946F; }

 p { color: rgb(84,148,111); }

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

background-color css

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

 a { background-color: rgb(84,148,111); }

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

border-color css

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

 span { border-color: rgb(84,148,111); }

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