#4B976A

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

Shades of Ocean Green #4B976A

Tints of Ocean Green #4B976A

Color information

#4B976A (or 0x4B976A) is unknown color: approx Ocean Green. HEX triplet: 4B, 97 and 6A. RGB value is (75,151,106). Sum of RGB (Red+Green+Blue) = 75+151+106=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #4B976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B976A is #B46895. Grayscale: #7B7B7B. Windows color (decimal): -11823254 or 6985547. OLE color: 6985547.

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

Color convert

RGB75151106-
CMYK0.5000.300.41
HSL144.47º33.63%44.31%-
HSV(B)144.47º50.33%59.22%-
XYZ16.5724.6717.52-
YUV123.15118.3293.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=22.59%
G=45.48%
B=31.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751511060.5000.300.41144.4733.6344.31
Hex4B976A3201E2990222c
Octal11322715262036512204254
Binary100101110010111110101011001001111010100110010000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,151,106); }

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

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

 a { background-color: rgb(75,151,106); }

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

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

 span { border-color: rgb(75,151,106); }

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