#4AB265

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

Shades of Ocean Green #4AB265

Tints of Ocean Green #4AB265

Color information

#4AB265 (or 0x4AB265) is unknown color: approx Ocean Green. HEX triplet: 4A, B2 and 65. RGB value is (74,178,101). Sum of RGB (Red+Green+Blue) = 74+178+101=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB265 is #B54D9A. Grayscale: #8A8A8A. Windows color (decimal): -11881883 or 6664778. OLE color: 6664778.

HSL color Cylindrical-coordinate representation of color #4AB265: hue angle of 135.58º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB265 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB74178101-
CMYK0.5800.430.30
HSL135.58º41.27%49.41%-
HSV(B)135.58º58.43%69.8%-
XYZ21.0934.2417.81-
YUV138.13107.0482.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.96%
GREEN value IS 178 (69.92% from 255) = 50.42%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=20.96%
G=50.42%
B=28.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781010.5800.430.30135.5841.2749.41
Hex4AB2653A02B1E882931
Octal11226214572053362105161
Binary100101010110010110010111101001010111111010001000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,101); }

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

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

 a { background-color: rgb(74,178,101); }

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

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

 span { border-color: rgb(74,178,101); }

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