Html Css Color HEX #54946E Ocean Green

📋 copy color: '#54946E'

red 84 ◦ green 148 ◦ blue 110

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

Shades of Ocean Green #54946E

Tints of Ocean Green #54946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 24.56%
G = 43.27%
B = 32.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#54946E (or 0x54946E) is known color: Ocean Green. HEX triplet: 54, 94 and 6E. RGB value is (84,148,110). Sum of RGB (Red+Green+Blue) = 84+148+110=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #54946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54946E is #AB6B91. Grayscale: #7C7C7C. Windows color (decimal): -11234194 or 7246932. OLE color: 7246932.

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

Color convert

RGB 84 148 110 -
CMYK 0.43 0 0.26 0.42
HSL 144.38º 0.28% 0.45% -
HSV(B) 144.38º 0.43% 0.58% -
XYZ 17.06 24.19 18.52 -
YUV 124.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 84 148 110 0.43 0 0.26 0.42 144.38 0.28 0.45
Hex 54 94 6E 2B 0 1A 2A 90 1C 2D
Octal 124 224 156 53 0 32 52 220 34 55
Binary 1010100 10010100 1101110 101011 0 11010 101010 10010000 11100 101101

Color Harmonies of #54946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54946E

Black with #54946E

Text Example


Text Example

White with #54946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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