#4B996A

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

Shades of Ocean Green #4B996A

Tints of Ocean Green #4B996A

Color information

#4B996A (or 0x4B996A) is unknown color: approx Ocean Green. HEX triplet: 4B, 99 and 6A. RGB value is (75,153,106). Sum of RGB (Red+Green+Blue) = 75+153+106=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #4B996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B996A is #B46695. Grayscale: #7C7C7C. Windows color (decimal): -11822742 or 6986059. OLE color: 6986059.

HSL color Cylindrical-coordinate representation of color #4B996A: hue angle of 143.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B996A is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB75153106-
CMYK0.5100.310.4
HSL143.85º34.21%44.71%-
HSV(B)143.85º50.98%60%-
XYZ16.8925.3217.63-
YUV124.32117.6692.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=22.46%
G=45.81%
B=31.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal751531060.5100.310.4143.8534.2144.71
Hex4B996A3301F2890222d
Octal11323115263037502204255
Binary100101110011001110101011001101111110100010010000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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