#4AB463

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

Shades of Ocean Green #4AB463

Tints of Ocean Green #4AB463

Color information

#4AB463 (or 0x4AB463) is unknown color: approx Ocean Green. HEX triplet: 4A, B4 and 63. RGB value is (74,180,99). Sum of RGB (Red+Green+Blue) = 74+180+99=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB463 is #B54B9C. Grayscale: #8B8B8B. Windows color (decimal): -11881373 or 6534218. OLE color: 6534218.

HSL color Cylindrical-coordinate representation of color #4AB463: hue angle of 134.15º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB463 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB7418099-
CMYK0.5900.450.29
HSL134.15º41.73%49.8%-
HSV(B)134.15º58.89%70.59%-
XYZ21.43517.43-
YUV139.07105.3881.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.96%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=20.96%
G=50.99%
B=28.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74180990.5900.450.29134.1541.7349.8
Hex4AB4633B02D1D862a32
Octal11226414373055352065262
Binary100101010110100110001111101101011011110110000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,99); }

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

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

 a { background-color: rgb(74,180,99); }

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

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

 span { border-color: rgb(74,180,99); }

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