#48B569

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

Shades of Ocean Green #48B569

Tints of Ocean Green #48B569

Color information

#48B569 (or 0x48B569) is unknown color: approx Ocean Green. HEX triplet: 48, B5 and 69. RGB value is (72,181,105). Sum of RGB (Red+Green+Blue) = 72+181+105=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #48B569 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B569 is #B74A96. Grayscale: #8B8B8B. Windows color (decimal): -12012183 or 6927688. OLE color: 6927688.

HSL color Cylindrical-coordinate representation of color #48B569: hue angle of 138.17º 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 #48B569 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB72181105-
CMYK0.6000.420.29
HSL138.17º43.08%49.61%-
HSV(B)138.17º60.22%70.98%-
XYZ21.7535.4519.06-
YUV139.74108.3979.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 181 (71.09% from 255) = 50.56%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=20.11%
G=50.56%
B=29.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721811050.6000.420.29138.1743.0849.61
Hex48B5693C02A1D8a2b32
Octal11026515174052352125362
Binary100100010110101110100111110001010101110110001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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