Html Css Color HEX #48976D Ocean Green

📋 copy color: '#48976D'

red 72 ◦ green 151 ◦ blue 109

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

Shades of Ocean Green #48976D

Tints of Ocean Green #48976D

RGB

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

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

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

R = 21.69%
G = 45.48%
B = 32.83%

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

#48976D (or 0x48976D) is known color: Ocean Green. HEX triplet: 48, 97 and 6D. RGB value is (72,151,109). Sum of RGB (Red+Green+Blue) = 72+151+109=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #48976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48976D is #B76892. Grayscale: #7A7A7A. Windows color (decimal): -12019859 or 7182152. OLE color: 7182152.

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

Color convert

RGB 72 151 109 -
CMYK 0.52 0 0.28 0.41
HSL 148.1º 0.35% 0.44% -
HSV(B) 148.1º 0.52% 0.59% -
XYZ 16.5 24.62 18.35 -
YUV 122.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 72 151 109 0.52 0 0.28 0.41 148.1 0.35 0.44
Hex 48 97 6D 34 0 1C 29 94 23 2C
Octal 110 227 155 64 0 34 51 224 43 54
Binary 1001000 10010111 1101101 110100 0 11100 101001 10010100 100011 101100

Color Harmonies of #48976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48976D

Black with #48976D

Text Example


Text Example

White with #48976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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