#4BB568

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

Shades of Ocean Green #4BB568

Tints of Ocean Green #4BB568

Color information

#4BB568 (or 0x4BB568) is unknown color: approx Ocean Green. HEX triplet: 4B, B5 and 68. RGB value is (75,181,104). Sum of RGB (Red+Green+Blue) = 75+181+104=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB568 is #B44A97. Grayscale: #8C8C8C. Windows color (decimal): -11815576 or 6862155. OLE color: 6862155.

HSL color Cylindrical-coordinate representation of color #4BB568: hue angle of 136.42º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB568 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB75181104-
CMYK0.5900.430.29
HSL136.42º41.73%50.2%-
HSV(B)136.42º58.56%70.98%-
XYZ21.9235.5418.8-
YUV140.53107.3881.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 181 (71.09% from 255) = 50.28%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=20.83%
G=50.28%
B=28.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811040.5900.430.29136.4241.7350.2
Hex4BB5683B02B1D882a32
Octal11326515073053352105262
Binary100101110110101110100011101101010111110110001000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BB568; }

 p { color: rgb(75,181,104); }

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

<style>
 a { background-color: #4BB568; }

 a { background-color: rgb(75,181,104); }

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

<style>
 span { border-color: #4BB568; }

 span { border-color: rgb(75,181,104); }

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