Html Css Color HEX #54946C Ocean Green

📋 copy color: '#54946C'

red 84 ◦ green 148 ◦ blue 108

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

Shades of Ocean Green #54946C

Tints of Ocean Green #54946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 24.71%
G = 43.53%
B = 31.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#54946C (or 0x54946C) is known color: Ocean Green. HEX triplet: 54, 94 and 6C. RGB value is (84,148,108). Sum of RGB (Red+Green+Blue) = 84+148+108=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #54946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54946C is #AB6B93. Grayscale: #7C7C7C. Windows color (decimal): -11234196 or 7115860. OLE color: 7115860.

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

Color convert

RGB 84 148 108 -
CMYK 0.43 0 0.27 0.42
HSL 142.5º 0.28% 0.45% -
HSV(B) 142.5º 0.43% 0.58% -
XYZ 16.95 24.15 17.95 -
YUV 124.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 84 148 108 0.43 0 0.27 0.42 142.5 0.28 0.45
Hex 54 94 6C 2B 0 1B 2A 8E 1C 2D
Octal 124 224 154 53 0 33 52 216 34 55
Binary 1010100 10010100 1101100 101011 0 11011 101010 10001110 11100 101101

Color Harmonies of #54946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54946C

Black with #54946C

Text Example


Text Example

White with #54946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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