Html Css Color HEX #48996F Ocean Green

📋 copy color: '#48996F'

red 72 ◦ green 153 ◦ blue 111

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

Shades of Ocean Green #48996F

Tints of Ocean Green #48996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

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

R = 21.43%
G = 45.54%
B = 33.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#48996F (or 0x48996F) is known color: Ocean Green. HEX triplet: 48, 99 and 6F. RGB value is (72,153,111). Sum of RGB (Red+Green+Blue) = 72+153+111=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #48996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48996F is #B76690. Grayscale: #7C7C7C. Windows color (decimal): -12019345 or 7313736. OLE color: 7313736.

HSL color Cylindrical-coordinate representation of color #48996F: hue angle of 148.89º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48996F is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 111 -
CMYK 0.53 0 0.27 0.4
HSL 148.89º 0.36% 0.44% -
HSV(B) 148.89º 0.53% 0.6% -
XYZ 16.93 25.31 19.03 -
YUV 123.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 72 153 111 0.53 0 0.27 0.4 148.89 0.36 0.44
Hex 48 99 6F 35 0 1B 28 95 24 2C
Octal 110 231 157 65 0 33 50 225 44 54
Binary 1001000 10011001 1101111 110101 0 11011 101000 10010101 100100 101100

Color Harmonies of #48996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48996F

Black with #48996F

Text Example


Text Example

White with #48996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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