Html Css Color HEX #48936D Ocean Green

📋 copy color: '#48936D'

red 72 ◦ green 147 ◦ blue 109

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

Shades of Ocean Green #48936D

Tints of Ocean Green #48936D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 21.95%
G = 44.82%
B = 33.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#48936D (or 0x48936D) is known color: Ocean Green. HEX triplet: 48, 93 and 6D. RGB value is (72,147,109). Sum of RGB (Red+Green+Blue) = 72+147+109=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #48936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48936D is #B76C92. Grayscale: #787878. Windows color (decimal): -12020883 or 7181128. OLE color: 7181128.

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

Color convert

RGB 72 147 109 -
CMYK 0.51 0 0.26 0.42
HSL 149.6º 0.34% 0.43% -
HSV(B) 149.6º 0.51% 0.58% -
XYZ 15.87 23.35 18.14 -
YUV 120.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 72 147 109 0.51 0 0.26 0.42 149.6 0.34 0.43
Hex 48 93 6D 33 0 1A 2A 96 22 2B
Octal 110 223 155 63 0 32 52 226 42 53
Binary 1001000 10010011 1101101 110011 0 11010 101010 10010110 100010 101011

Color Harmonies of #48936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48936D

Black with #48936D

Text Example


Text Example

White with #48936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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