#4BAF69

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

Shades of Ocean Green #4BAF69

Tints of Ocean Green #4BAF69

Color information

#4BAF69 (or 0x4BAF69) is unknown color: approx Ocean Green. HEX triplet: 4B, AF and 69. RGB value is (75,175,105). Sum of RGB (Red+Green+Blue) = 75+175+105=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF69 is #B45096. Grayscale: #898989. Windows color (decimal): -11817111 or 6926155. OLE color: 6926155.

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

Color convert

RGB75175105-
CMYK0.5700.400.31
HSL138º40%49.02%-
HSV(B)138º57.14%68.63%-
XYZ20.7833.1818.67-
YUV137.12109.8783.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.13%
GREEN value IS 175 (68.75% from 255) = 49.30%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=21.13%
G=49.30%
B=29.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751050.5700.400.311384049.02
Hex4BAF69390281F8a2831
Octal11325715171050372125061
Binary100101110101111110100111100101010001111110001010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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