#4AB264

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

Shades of Ocean Green #4AB264

Tints of Ocean Green #4AB264

Color information

#4AB264 (or 0x4AB264) is unknown color: approx Ocean Green. HEX triplet: 4A, B2 and 64. RGB value is (74,178,100). Sum of RGB (Red+Green+Blue) = 74+178+100=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB264 is #B54D9B. Grayscale: #8A8A8A. Windows color (decimal): -11881884 or 6599242. OLE color: 6599242.

HSL color Cylindrical-coordinate representation of color #4AB264: hue angle of 135º 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 #4AB264 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB74178100-
CMYK0.5800.440.30
HSL135º41.27%49.41%-
HSV(B)135º58.43%69.8%-
XYZ21.0434.2217.55-
YUV138.01106.5482.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.02%
GREEN value IS 178 (69.92% from 255) = 50.57%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=21.02%
G=50.57%
B=28.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781000.5800.440.3013541.2749.41
Hex4AB2643A02C1E872931
Octal11226214472054362075161
Binary100101010110010110010011101001011001111010000111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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