#4BAF75

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

Shades of Ocean Green #4BAF75

Tints of Ocean Green #4BAF75

Color information

#4BAF75 (or 0x4BAF75) is unknown color: approx Ocean Green. HEX triplet: 4B, AF and 75. RGB value is (75,175,117). Sum of RGB (Red+Green+Blue) = 75+175+117=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF75 is #B4508A. Grayscale: #8A8A8A. Windows color (decimal): -11817099 or 7712587. OLE color: 7712587.

HSL color Cylindrical-coordinate representation of color #4BAF75: hue angle of 145.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF75 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB75175117-
CMYK0.5700.330.31
HSL145.2º40%49.02%-
HSV(B)145.2º57.14%68.63%-
XYZ21.4433.4422.15-
YUV138.49115.8782.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=20.44%
G=47.68%
B=31.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751170.5700.330.31145.24049.02
Hex4BAF75390211F912831
Octal11325716571041372215061
Binary100101110101111111010111100101000011111110010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,175,117); }

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

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

 a { background-color: rgb(75,175,117); }

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

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

 span { border-color: rgb(75,175,117); }

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