Html Css Color HEX #48936C Ocean Green

📋 copy color: '#48936C'

red 72 ◦ green 147 ◦ blue 108

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

Shades of Ocean Green #48936C

Tints of Ocean Green #48936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.95%

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

R = 22.02%
G = 44.95%
B = 33.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#48936C (or 0x48936C) is known color: Ocean Green. HEX triplet: 48, 93 and 6C. RGB value is (72,147,108). Sum of RGB (Red+Green+Blue) = 72+147+108=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #48936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48936C is #B76C93. Grayscale: #787878. Windows color (decimal): -12020884 or 7115592. OLE color: 7115592.

HSL color Cylindrical-coordinate representation of color #48936C: hue angle of 148.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48936C is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 108 -
CMYK 0.51 0 0.27 0.42
HSL 148.8º 0.34% 0.43% -
HSV(B) 148.8º 0.51% 0.58% -
XYZ 15.81 23.33 17.86 -
YUV 120.13 121.15 93.67 -
System Red Green Blue C M Y K H S L
Decimal 72 147 108 0.51 0 0.27 0.42 148.8 0.34 0.43
Hex 48 93 6C 33 0 1B 2A 95 22 2B
Octal 110 223 154 63 0 33 52 225 42 53
Binary 1001000 10010011 1101100 110011 0 11011 101010 10010101 100010 101011

Color Harmonies of #48936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48936C

Black with #48936C

Text Example


Text Example

White with #48936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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