#4AA67F

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

Shades of Ocean Green #4AA67F

Tints of Ocean Green #4AA67F

Color information

#4AA67F (or 0x4AA67F) is unknown color: approx Ocean Green. HEX triplet: 4A, A6 and 7F. RGB value is (74,166,127). Sum of RGB (Red+Green+Blue) = 74+166+127=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA67F is #B55980. Grayscale: #868686. Windows color (decimal): -11884929 or 8365642. OLE color: 8365642.

HSL color Cylindrical-coordinate representation of color #4AA67F: hue angle of 154.57º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA67F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB74166127-
CMYK0.5500.230.35
HSL154.57º38.33%47.06%-
HSV(B)154.57º55.42%65.1%-
XYZ20.2930.2624.85-
YUV134.05124.0285.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.16%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 127 (50% from 255) = 34.60%
R=20.16%
G=45.23%
B=34.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal741661270.5500.230.35154.5738.3347.06
Hex4AA67F37017239b262f
Octal11224617767027432334657
Binary100101010100110111111111011101011110001110011011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,166,127); }

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

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

 a { background-color: rgb(74,166,127); }

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

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

 span { border-color: rgb(74,166,127); }

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