Html Css Color HEX #54946A Ocean Green

📋 copy color: '#54946A'

red 84 ◦ green 148 ◦ blue 106

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

Shades of Ocean Green #54946A

Tints of Ocean Green #54946A

RGB

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

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

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

R = 24.85%
G = 43.79%
B = 31.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#54946A (or 0x54946A) is known color: Ocean Green. HEX triplet: 54, 94 and 6A. RGB value is (84,148,106). Sum of RGB (Red+Green+Blue) = 84+148+106=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #54946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54946A is #AB6B95. Grayscale: #7C7C7C. Windows color (decimal): -11234198 or 6984788. OLE color: 6984788.

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

Color convert

RGB 84 148 106 -
CMYK 0.43 0 0.28 0.42
HSL 140.63º 0.28% 0.45% -
HSV(B) 140.63º 0.43% 0.58% -
XYZ 16.85 24.11 17.4 -
YUV 124.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 84 148 106 0.43 0 0.28 0.42 140.63 0.28 0.45
Hex 54 94 6A 2B 0 1C 2A 8D 1C 2D
Octal 124 224 152 53 0 34 52 215 34 55
Binary 1010100 10010100 1101010 101011 0 11100 101010 10001101 11100 101101

Color Harmonies of #54946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54946A

Black with #54946A

Text Example


Text Example

White with #54946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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