#4BB764

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

Shades of Ocean Green #4BB764

Tints of Ocean Green #4BB764

Color information

#4BB764 (or 0x4BB764) is unknown color: approx Ocean Green. HEX triplet: 4B, B7 and 64. RGB value is (75,183,100). Sum of RGB (Red+Green+Blue) = 75+183+100=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB764 is #B4489B. Grayscale: #8D8D8D. Windows color (decimal): -11815068 or 6600523. OLE color: 6600523.

HSL color Cylindrical-coordinate representation of color #4BB764: hue angle of 133.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB764 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB75183100-
CMYK0.5900.450.28
HSL133.89º42.86%50.59%-
HSV(B)133.89º59.02%71.76%-
XYZ22.1436.2817.89-
YUV141.25104.7280.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.95%
GREEN value IS 183 (71.88% from 255) = 51.12%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=20.95%
G=51.12%
B=27.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751831000.5900.450.28133.8942.8650.59
Hex4BB7643B02D1C862b33
Octal11326714473055342065363
Binary100101110110111110010011101101011011110010000110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,183,100); }

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

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

 a { background-color: rgb(75,183,100); }

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

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

 span { border-color: rgb(75,183,100); }

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