#4B9569

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

Shades of Ocean Green #4B9569

Tints of Ocean Green #4B9569

Color information

#4B9569 (or 0x4B9569) is unknown color: approx Ocean Green. HEX triplet: 4B, 95 and 69. RGB value is (75,149,105). Sum of RGB (Red+Green+Blue) = 75+149+105=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9569 is #B46A96. Grayscale: #797979. Windows color (decimal): -11823767 or 6919499. OLE color: 6919499.

HSL color Cylindrical-coordinate representation of color #4B9569: hue angle of 144.32º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9569 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB75149105-
CMYK0.5000.300.42
HSL144.32º33.04%43.92%-
HSV(B)144.32º49.66%58.43%-
XYZ16.224.0117.15-
YUV121.86118.4894.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=22.80%
G=45.29%
B=31.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751491050.5000.300.42144.3233.0443.92
Hex4B95693201E2A90212c
Octal11322515162036522204154
Binary100101110010101110100111001001111010101010010000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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