Html Css Color HEX #48986C Ocean Green

📋 copy color: '#48986C'

red 72 ◦ green 152 ◦ blue 108

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

Shades of Ocean Green #48986C

Tints of Ocean Green #48986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.78%

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

R = 21.69%
G = 45.78%
B = 32.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#48986C (or 0x48986C) is known color: Ocean Green. HEX triplet: 48, 98 and 6C. RGB value is (72,152,108). Sum of RGB (Red+Green+Blue) = 72+152+108=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #48986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48986C is #B76793. Grayscale: #7B7B7B. Windows color (decimal): -12019604 or 7116872. OLE color: 7116872.

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

Color convert

RGB 72 152 108 -
CMYK 0.53 0 0.29 0.40
HSL 147º 0.36% 0.44% -
HSV(B) 147º 0.53% 0.6% -
XYZ 16.61 24.92 18.12 -
YUV 123.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 72 152 108 0.53 0 0.29 0.40 147 0.36 0.44
Hex 48 98 6C 35 0 1D 28 93 24 2C
Octal 110 230 154 65 0 35 50 223 44 54
Binary 1001000 10011000 1101100 110101 0 11101 101000 10010011 100100 101100

Color Harmonies of #48986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48986C

Black with #48986C

Text Example


Text Example

White with #48986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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