Html Css Color HEX #54926D Ocean Green

📋 copy color: '#54926D'

red 84 ◦ green 146 ◦ blue 109

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

Shades of Ocean Green #54926D

Tints of Ocean Green #54926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.07%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 24.78%
G = 43.07%
B = 32.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#54926D (or 0x54926D) is known color: Ocean Green. HEX triplet: 54, 92 and 6D. RGB value is (84,146,109). Sum of RGB (Red+Green+Blue) = 84+146+109=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #54926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54926D is #AB6D92. Grayscale: #7B7B7B. Windows color (decimal): -11234707 or 7180884. OLE color: 7180884.

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

Color convert

RGB 84 146 109 -
CMYK 0.42 0 0.25 0.43
HSL 144.19º 0.27% 0.45% -
HSV(B) 144.19º 0.42% 0.57% -
XYZ 16.7 23.55 18.13 -
YUV 123.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 84 146 109 0.42 0 0.25 0.43 144.19 0.27 0.45
Hex 54 92 6D 2A 0 19 2B 90 1B 2D
Octal 124 222 155 52 0 31 53 220 33 55
Binary 1010100 10010010 1101101 101010 0 11001 101011 10010000 11011 101101

Color Harmonies of #54926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54926D

Black with #54926D

Text Example


Text Example

White with #54926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54926D; }

 p { color: rgb(84,146,109); }

 H1.HeaderClassName
 {
   color: #54926D;
 }
 .AnyTagClassName
 {
   color: #54926D;
 }
</style>

background-color css

<style>
 a { background-color: #54926D; }

 a { background-color: rgb(84,146,109); }

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

border-color css

<style>
 span { border-color: #54926D; }

 span { border-color: rgb(84,146,109); }

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