#48926B

Color #48926B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #48926B

Tints of Ocean Green #48926B

Color information

#48926B (or 0x48926B) is unknown color: approx Ocean Green. HEX triplet: 48, 92 and 6B. RGB value is (72,146,107). Sum of RGB (Red+Green+Blue) = 72+146+107=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #48926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48926B is #B76D94. Grayscale: #777777. Windows color (decimal): -12021141 or 7049800. OLE color: 7049800.

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

Color convert

RGB72146107-
CMYK0.5100.270.43
HSL148.38º33.94%42.75%-
HSV(B)148.38º50.68%57.25%-
XYZ15.612317.53-
YUV119.43120.9894.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=22.15%
G=44.92%
B=32.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461070.5100.270.43148.3833.9442.75
Hex48926B3301B2B94222b
Octal11022215363033532244253
Binary100100010010010110101111001101101110101110010100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48926B;
 }
 .AnyTagClassName
 {
   color: #48926B;
 }
</style>
background-color css

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

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

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

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

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

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