Html Css Color HEX #54A370 Ocean Green

📋 copy color: '#54A370'

red 84 ◦ green 163 ◦ blue 112

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

Shades of Ocean Green #54A370

Tints of Ocean Green #54A370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.4%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 23.4%
G = 45.4%
B = 31.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#54A370 (or 0x54A370) is known color: Ocean Green. HEX triplet: 54, A3 and 70. RGB value is (84,163,112). Sum of RGB (Red+Green+Blue) = 84+163+112=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #54A370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A370 is #AB5C8F. Grayscale: #858585. Windows color (decimal): -11230352 or 7381844. OLE color: 7381844.

HSL color Cylindrical-coordinate representation of color #54A370: hue angle of 141.27º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A370 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 163 112 -
CMYK 0.48 0 0.31 0.36
HSL 141.27º 0.32% 0.48% -
HSV(B) 141.27º 0.48% 0.64% -
XYZ 19.68 29.25 19.94 -
YUV 133.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 84 163 112 0.48 0 0.31 0.36 141.27 0.32 0.48
Hex 54 A3 70 30 0 1F 24 8D 20 30
Octal 124 243 160 60 0 37 44 215 40 60
Binary 1010100 10100011 1110000 110000 0 11111 100100 10001101 100000 110000

Color Harmonies of #54A370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A370

Black with #54A370

Text Example


Text Example

White with #54A370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A370; }

 p { color: rgb(84,163,112); }

 H1.HeaderClassName
 {
   color: #54A370;
 }
 .AnyTagClassName
 {
   color: #54A370;
 }
</style>

background-color css

<style>
 a { background-color: #54A370; }

 a { background-color: rgb(84,163,112); }

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

border-color css

<style>
 span { border-color: #54A370; }

 span { border-color: rgb(84,163,112); }

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