Html Css Color HEX #48976F Ocean Green

📋 copy color: '#48976F'

red 72 ◦ green 151 ◦ blue 111

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

Shades of Ocean Green #48976F

Tints of Ocean Green #48976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.21%

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 21.56%
G = 45.21%
B = 33.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#48976F (or 0x48976F) is known color: Ocean Green. HEX triplet: 48, 97 and 6F. RGB value is (72,151,111). Sum of RGB (Red+Green+Blue) = 72+151+111=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #48976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48976F is #B76890. Grayscale: #7A7A7A. Windows color (decimal): -12019857 or 7313224. OLE color: 7313224.

HSL color Cylindrical-coordinate representation of color #48976F: hue angle of 149.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48976F is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 111 -
CMYK 0.52 0 0.26 0.41
HSL 149.62º 0.35% 0.44% -
HSV(B) 149.62º 0.52% 0.59% -
XYZ 16.61 24.66 18.92 -
YUV 122.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 72 151 111 0.52 0 0.26 0.41 149.62 0.35 0.44
Hex 48 97 6F 34 0 1A 29 96 23 2C
Octal 110 227 157 64 0 32 51 226 43 54
Binary 1001000 10010111 1101111 110100 0 11010 101001 10010110 100011 101100

Color Harmonies of #48976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48976F

Black with #48976F

Text Example


Text Example

White with #48976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48976F; }

 p { color: rgb(72,151,111); }

 H1.HeaderClassName
 {
   color: #48976F;
 }
 .AnyTagClassName
 {
   color: #48976F;
 }
</style>

background-color css

<style>
 a { background-color: #48976F; }

 a { background-color: rgb(72,151,111); }

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

border-color css

<style>
 span { border-color: #48976F; }

 span { border-color: rgb(72,151,111); }

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