#4B966E

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

Shades of Ocean Green #4B966E

Tints of Ocean Green #4B966E

Color information

#4B966E (or 0x4B966E) is unknown color: approx Ocean Green. HEX triplet: 4B, 96 and 6E. RGB value is (75,150,110). Sum of RGB (Red+Green+Blue) = 75+150+110=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #4B966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B966E is #B46991. Grayscale: #7B7B7B. Windows color (decimal): -11823506 or 7247435. OLE color: 7247435.

HSL color Cylindrical-coordinate representation of color #4B966E: hue angle of 148º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B966E is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB75150110-
CMYK0.500.270.41
HSL148º33.33%44.12%-
HSV(B)148º50%58.82%-
XYZ16.6224.4318.59-
YUV123.02120.6593.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=22.39%
G=44.78%
B=32.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751501100.500.270.4114833.3344.12
Hex4B966E3201B2994212c
Octal11322615662033512244154
Binary100101110010110110111011001001101110100110010100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,150,110); }

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

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

 a { background-color: rgb(75,150,110); }

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

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

 span { border-color: rgb(75,150,110); }

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