#4B9568

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

Shades of Ocean Green #4B9568

Tints of Ocean Green #4B9568

Color information

#4B9568 (or 0x4B9568) is unknown color: approx Ocean Green. HEX triplet: 4B, 95 and 68. RGB value is (75,149,104). Sum of RGB (Red+Green+Blue) = 75+149+104=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9568 is #B46A97. Grayscale: #797979. Windows color (decimal): -11823768 or 6853963. OLE color: 6853963.

HSL color Cylindrical-coordinate representation of color #4B9568: hue angle of 143.51º 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 #4B9568 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB75149104-
CMYK0.5000.300.42
HSL143.51º33.04%43.92%-
HSV(B)143.51º49.66%58.43%-
XYZ16.1523.9916.88-
YUV121.74117.9894.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.87%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=22.87%
G=45.43%
B=31.71%

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
Decimal751491040.5000.300.42143.5133.0443.92
Hex4B95683201E2A90212c
Octal11322515062036522204154
Binary100101110010101110100011001001111010101010010000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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