Html Css Color HEX #48A576 Ocean Green

📋 copy color: '#48A576'

red 72 ◦ green 165 ◦ blue 118

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

Shades of Ocean Green #48A576

Tints of Ocean Green #48A576

RGB

 RED value IS 72 (28.52% from 255) = 20.28%

 GREEN value IS 165 (64.84% from 255) = 46.48%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 20.28%
G = 46.48%
B = 33.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#48A576 (or 0x48A576) is known color: Ocean Green. HEX triplet: 48, A5 and 76. RGB value is (72,165,118). Sum of RGB (Red+Green+Blue) = 72+165+118=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #48A576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A576 is #B75A89. Grayscale: #838383. Windows color (decimal): -12016266 or 7775560. OLE color: 7775560.

HSL color Cylindrical-coordinate representation of color #48A576: hue angle of 149.68º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A576 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 165 118 -
CMYK 0.56 0 0.28 0.35
HSL 149.68º 0.39% 0.46% -
HSV(B) 149.68º 0.56% 0.65% -
XYZ 19.4 29.6 21.83 -
YUV 131.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 72 165 118 0.56 0 0.28 0.35 149.68 0.39 0.46
Hex 48 A5 76 38 0 1C 23 96 27 2E
Octal 110 245 166 70 0 34 43 226 47 56
Binary 1001000 10100101 1110110 111000 0 11100 100011 10010110 100111 101110

Color Harmonies of #48A576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A576

Black with #48A576

Text Example


Text Example

White with #48A576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A576; }

 p { color: rgb(72,165,118); }

 H1.HeaderClassName
 {
   color: #48A576;
 }
 .AnyTagClassName
 {
   color: #48A576;
 }
</style>

background-color css

<style>
 a { background-color: #48A576; }

 a { background-color: rgb(72,165,118); }

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

border-color css

<style>
 span { border-color: #48A576; }

 span { border-color: rgb(72,165,118); }

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