#4BB769

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

Shades of Ocean Green #4BB769

Tints of Ocean Green #4BB769

Color information

#4BB769 (or 0x4BB769) is unknown color: approx Ocean Green. HEX triplet: 4B, B7 and 69. RGB value is (75,183,105). Sum of RGB (Red+Green+Blue) = 75+183+105=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB769 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB769 is #B44896. Grayscale: #8E8E8E. Windows color (decimal): -11815063 or 6928203. OLE color: 6928203.

HSL color Cylindrical-coordinate representation of color #4BB769: hue angle of 136.67º 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 #4BB769 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB75183105-
CMYK0.5900.430.28
HSL136.67º42.86%50.59%-
HSV(B)136.67º59.02%71.76%-
XYZ22.3836.3819.21-
YUV141.82107.2280.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 183 (71.88% from 255) = 50.41%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=20.66%
G=50.41%
B=28.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751831050.5900.430.28136.6742.8650.59
Hex4BB7693B02B1C892b33
Octal11326715173053342115363
Binary100101110110111110100111101101010111110010001001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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