Html Css Color HEX #48936B Ocean Green

📋 copy color: '#48936B'

red 72 ◦ green 147 ◦ blue 107

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

Shades of Ocean Green #48936B

Tints of Ocean Green #48936B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 22.09%
G = 45.09%
B = 32.82%

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

#48936B (or 0x48936B) is known color: Ocean Green. HEX triplet: 48, 93 and 6B. RGB value is (72,147,107). Sum of RGB (Red+Green+Blue) = 72+147+107=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #48936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48936B is #B76C94. Grayscale: #787878. Windows color (decimal): -12020885 or 7050056. OLE color: 7050056.

HSL color Cylindrical-coordinate representation of color #48936B: hue angle of 148º 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 #48936B is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 107 -
CMYK 0.51 0 0.27 0.42
HSL 148º 0.34% 0.43% -
HSV(B) 148º 0.51% 0.58% -
XYZ 15.76 23.31 17.58 -
YUV 120.02 120.65 93.75 -
System Red Green Blue C M Y K H S L
Decimal 72 147 107 0.51 0 0.27 0.42 148 0.34 0.43
Hex 48 93 6B 33 0 1B 2A 94 22 2B
Octal 110 223 153 63 0 33 52 224 42 53
Binary 1001000 10010011 1101011 110011 0 11011 101010 10010100 100010 101011

Color Harmonies of #48936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48936B

Black with #48936B

Text Example


Text Example

White with #48936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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