Html Css Color HEX #48966F Ocean Green

📋 copy color: '#48966F'

red 72 ◦ green 150 ◦ blue 111

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

Shades of Ocean Green #48966F

Tints of Ocean Green #48966F

RGB

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

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

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

R = 21.62%
G = 45.05%
B = 33.33%

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

#48966F (or 0x48966F) is known color: Ocean Green. HEX triplet: 48, 96 and 6F. RGB value is (72,150,111). Sum of RGB (Red+Green+Blue) = 72+150+111=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #48966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48966F is #B76990. Grayscale: #7A7A7A. Windows color (decimal): -12020113 or 7312968. OLE color: 7312968.

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

Color convert

RGB 72 150 111 -
CMYK 0.52 0 0.26 0.41
HSL 150º 0.35% 0.44% -
HSV(B) 150º 0.52% 0.59% -
XYZ 16.45 24.34 18.87 -
YUV 122.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 72 150 111 0.52 0 0.26 0.41 150 0.35 0.44
Hex 48 96 6F 34 0 1A 29 96 23 2C
Octal 110 226 157 64 0 32 51 226 43 54
Binary 1001000 10010110 1101111 110100 0 11010 101001 10010110 100011 101100

Color Harmonies of #48966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48966F

Black with #48966F

Text Example


Text Example

White with #48966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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