Html Css Color HEX #48976C Ocean Green

📋 copy color: '#48976C'

red 72 ◦ green 151 ◦ blue 108

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

Shades of Ocean Green #48976C

Tints of Ocean Green #48976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 21.75%
G = 45.62%
B = 32.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#48976C (or 0x48976C) is known color: Ocean Green. HEX triplet: 48, 97 and 6C. RGB value is (72,151,108). Sum of RGB (Red+Green+Blue) = 72+151+108=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #48976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48976C is #B76893. Grayscale: #7A7A7A. Windows color (decimal): -12019860 or 7116616. OLE color: 7116616.

HSL color Cylindrical-coordinate representation of color #48976C: hue angle of 147.34º 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 #48976C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 108 -
CMYK 0.52 0 0.28 0.41
HSL 147.34º 0.35% 0.44% -
HSV(B) 147.34º 0.52% 0.59% -
XYZ 16.45 24.59 18.07 -
YUV 122.48 119.83 92 -
System Red Green Blue C M Y K H S L
Decimal 72 151 108 0.52 0 0.28 0.41 147.34 0.35 0.44
Hex 48 97 6C 34 0 1C 29 93 23 2C
Octal 110 227 154 64 0 34 51 223 43 54
Binary 1001000 10010111 1101100 110100 0 11100 101001 10010011 100011 101100

Color Harmonies of #48976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48976C

Black with #48976C

Text Example


Text Example

White with #48976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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