Html Css Color HEX #48966C Ocean Green

📋 copy color: '#48966C'

red 72 ◦ green 150 ◦ blue 108

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

Shades of Ocean Green #48966C

Tints of Ocean Green #48966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

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

R = 21.82%
G = 45.45%
B = 32.73%

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

#48966C (or 0x48966C) is known color: Ocean Green. HEX triplet: 48, 96 and 6C. RGB value is (72,150,108). Sum of RGB (Red+Green+Blue) = 72+150+108=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #48966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48966C is #B76993. Grayscale: #797979. Windows color (decimal): -12020116 or 7116360. OLE color: 7116360.

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

Color convert

RGB 72 150 108 -
CMYK 0.52 0 0.28 0.41
HSL 147.69º 0.35% 0.44% -
HSV(B) 147.69º 0.52% 0.59% -
XYZ 16.29 24.27 18.01 -
YUV 121.89 120.16 92.42 -
System Red Green Blue C M Y K H S L
Decimal 72 150 108 0.52 0 0.28 0.41 147.69 0.35 0.44
Hex 48 96 6C 34 0 1C 29 94 23 2C
Octal 110 226 154 64 0 34 51 224 43 54
Binary 1001000 10010110 1101100 110100 0 11100 101001 10010100 100011 101100

Color Harmonies of #48966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48966C

Black with #48966C

Text Example


Text Example

White with #48966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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