Html Css Color HEX #48A679 Ocean Green

📋 copy color: '#48A679'

red 72 ◦ green 166 ◦ blue 121

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

Shades of Ocean Green #48A679

Tints of Ocean Green #48A679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.24%

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 20.06%
G = 46.24%
B = 33.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#48A679 (or 0x48A679) is known color: Ocean Green. HEX triplet: 48, A6 and 79. RGB value is (72,166,121). Sum of RGB (Red+Green+Blue) = 72+166+121=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #48A679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A679 is #B75986. Grayscale: #848484. Windows color (decimal): -12016007 or 7972424. OLE color: 7972424.

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

Color convert

RGB 72 166 121 -
CMYK 0.57 0 0.27 0.35
HSL 151.28º 0.39% 0.47% -
HSV(B) 151.28º 0.57% 0.65% -
XYZ 19.76 30.03 22.84 -
YUV 132.76 121.36 84.66 -
System Red Green Blue C M Y K H S L
Decimal 72 166 121 0.57 0 0.27 0.35 151.28 0.39 0.47
Hex 48 A6 79 39 0 1B 23 97 27 2F
Octal 110 246 171 71 0 33 43 227 47 57
Binary 1001000 10100110 1111001 111001 0 11011 100011 10010111 100111 101111

Color Harmonies of #48A679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A679

Black with #48A679

Text Example


Text Example

White with #48A679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,166,121); }

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

background-color css

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

 a { background-color: rgb(72,166,121); }

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

border-color css

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

 span { border-color: rgb(72,166,121); }

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