#4BAF68

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

Shades of Ocean Green #4BAF68

Tints of Ocean Green #4BAF68

Color information

#4BAF68 (or 0x4BAF68) is unknown color: approx Ocean Green. HEX triplet: 4B, AF and 68. RGB value is (75,175,104). Sum of RGB (Red+Green+Blue) = 75+175+104=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF68 is #B45097. Grayscale: #898989. Windows color (decimal): -11817112 or 6860619. OLE color: 6860619.

HSL color Cylindrical-coordinate representation of color #4BAF68: hue angle of 137.4º 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 #4BAF68 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB75175104-
CMYK0.5700.410.31
HSL137.4º40%49.02%-
HSV(B)137.4º57.14%68.63%-
XYZ20.7333.1618.4-
YUV137.01109.3783.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.19%
GREEN value IS 175 (68.75% from 255) = 49.44%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=21.19%
G=49.44%
B=29.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751040.5700.410.31137.44049.02
Hex4BAF68390291F892831
Octal11325715071051372115061
Binary100101110101111110100011100101010011111110001001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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