#4A9B6E

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

Shades of Ocean Green #4A9B6E

Tints of Ocean Green #4A9B6E

Color information

#4A9B6E (or 0x4A9B6E) is unknown color: approx Ocean Green. HEX triplet: 4A, 9B and 6E. RGB value is (74,155,110). Sum of RGB (Red+Green+Blue) = 74+155+110=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9B6E is #B56491. Grayscale: #7D7D7D. Windows color (decimal): -11887762 or 7248714. OLE color: 7248714.

HSL color Cylindrical-coordinate representation of color #4A9B6E: hue angle of 146.67º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9B6E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB74155110-
CMYK0.5200.290.39
HSL146.67º35.37%44.9%-
HSV(B)146.67º52.26%60.78%-
XYZ17.3626.0218.86-
YUV125.65119.1691.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.83%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=21.83%
G=45.72%
B=32.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal741551100.5200.290.39146.6735.3744.9
Hex4A9B6E3401D2793232d
Octal11223315664035472234355
Binary100101010011011110111011010001110110011110010011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,155,110); }

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

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

 a { background-color: rgb(74,155,110); }

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

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

 span { border-color: rgb(74,155,110); }

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