Html Css Color HEX #48996C Ocean Green

📋 copy color: '#48996C'

red 72 ◦ green 153 ◦ blue 108

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

Shades of Ocean Green #48996C

Tints of Ocean Green #48996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 21.62%
G = 45.95%
B = 32.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#48996C (or 0x48996C) is known color: Ocean Green. HEX triplet: 48, 99 and 6C. RGB value is (72,153,108). Sum of RGB (Red+Green+Blue) = 72+153+108=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #48996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48996C is #B76693. Grayscale: #7B7B7B. Windows color (decimal): -12019348 or 7117128. OLE color: 7117128.

HSL color Cylindrical-coordinate representation of color #48996C: hue angle of 146.67º 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 #48996C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 108 -
CMYK 0.53 0 0.29 0.4
HSL 146.67º 0.36% 0.44% -
HSV(B) 146.67º 0.53% 0.6% -
XYZ 16.77 25.24 18.18 -
YUV 123.65 119.16 91.16 -
System Red Green Blue C M Y K H S L
Decimal 72 153 108 0.53 0 0.29 0.4 146.67 0.36 0.44
Hex 48 99 6C 35 0 1D 28 93 24 2C
Octal 110 231 154 65 0 35 50 223 44 54
Binary 1001000 10011001 1101100 110101 0 11101 101000 10010011 100100 101100

Color Harmonies of #48996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48996C

Black with #48996C

Text Example


Text Example

White with #48996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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