#48B574

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

Shades of Ocean Green #48B574

Tints of Ocean Green #48B574

Color information

#48B574 (or 0x48B574) is unknown color: approx Ocean Green. HEX triplet: 48, B5 and 74. RGB value is (72,181,116). Sum of RGB (Red+Green+Blue) = 72+181+116=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #48B574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B574 is #B74A8B. Grayscale: #8D8D8D. Windows color (decimal): -12012172 or 7648584. OLE color: 7648584.

HSL color Cylindrical-coordinate representation of color #48B574: hue angle of 144.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B574 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB72181116-
CMYK0.6000.360.29
HSL144.22º43.08%49.61%-
HSV(B)144.22º60.22%70.98%-
XYZ22.3535.6922.23-
YUV141113.8978.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.51%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=19.51%
G=49.05%
B=31.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721811160.6000.360.29144.2243.0849.61
Hex48B5743C0241D902b32
Octal11026516474044352205362
Binary100100010110101111010011110001001001110110010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B574; }

 p { color: rgb(72,181,116); }

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

<style>
 a { background-color: #48B574; }

 a { background-color: rgb(72,181,116); }

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

<style>
 span { border-color: #48B574; }

 span { border-color: rgb(72,181,116); }

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