Html Css Color HEX #48966D Ocean Green

📋 copy color: '#48966D'

red 72 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #48966D

Tints of Ocean Green #48966D

RGB

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

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

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

R = 21.75%
G = 45.32%
B = 32.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#48966D (or 0x48966D) is known color: Ocean Green. HEX triplet: 48, 96 and 6D. RGB value is (72,150,109). Sum of RGB (Red+Green+Blue) = 72+150+109=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #48966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48966D is #B76992. Grayscale: #7A7A7A. Windows color (decimal): -12020115 or 7181896. OLE color: 7181896.

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

Color convert

RGB 72 150 109 -
CMYK 0.52 0 0.27 0.41
HSL 148.46º 0.35% 0.44% -
HSV(B) 148.46º 0.52% 0.59% -
XYZ 16.34 24.29 18.3 -
YUV 122 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 72 150 109 0.52 0 0.27 0.41 148.46 0.35 0.44
Hex 48 96 6D 34 0 1B 29 94 23 2C
Octal 110 226 155 64 0 33 51 224 43 54
Binary 1001000 10010110 1101101 110100 0 11011 101001 10010100 100011 101100

Color Harmonies of #48966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48966D

Black with #48966D

Text Example


Text Example

White with #48966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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