Html Css Color HEX #48956D Ocean Green

📋 copy color: '#48956D'

red 72 ◦ green 149 ◦ blue 109

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

Shades of Ocean Green #48956D

Tints of Ocean Green #48956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.15%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 21.82%
G = 45.15%
B = 33.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#48956D (or 0x48956D) is known color: Ocean Green. HEX triplet: 48, 95 and 6D. RGB value is (72,149,109). Sum of RGB (Red+Green+Blue) = 72+149+109=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #48956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48956D is #B76A92. Grayscale: #797979. Windows color (decimal): -12020371 or 7181640. OLE color: 7181640.

HSL color Cylindrical-coordinate representation of color #48956D: hue angle of 148.83º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48956D is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 109 -
CMYK 0.52 0 0.27 0.42
HSL 148.83º 0.35% 0.43% -
HSV(B) 148.83º 0.52% 0.58% -
XYZ 16.18 23.98 18.24 -
YUV 121.42 120.99 92.75 -
System Red Green Blue C M Y K H S L
Decimal 72 149 109 0.52 0 0.27 0.42 148.83 0.35 0.43
Hex 48 95 6D 34 0 1B 2A 95 23 2B
Octal 110 225 155 64 0 33 52 225 43 53
Binary 1001000 10010101 1101101 110100 0 11011 101010 10010101 100011 101011

Color Harmonies of #48956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48956D

Black with #48956D

Text Example


Text Example

White with #48956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48956D; }

 p { color: rgb(72,149,109); }

 H1.HeaderClassName
 {
   color: #48956D;
 }
 .AnyTagClassName
 {
   color: #48956D;
 }
</style>

background-color css

<style>
 a { background-color: #48956D; }

 a { background-color: rgb(72,149,109); }

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

border-color css

<style>
 span { border-color: #48956D; }

 span { border-color: rgb(72,149,109); }

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