#4AB679

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

Shades of Ocean Green #4AB679

Tints of Ocean Green #4AB679

Color information

#4AB679 (or 0x4AB679) is unknown color: approx Ocean Green. HEX triplet: 4A, B6 and 79. RGB value is (74,182,121). Sum of RGB (Red+Green+Blue) = 74+182+121=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB679 is #B54986. Grayscale: #8E8E8E. Windows color (decimal): -11880839 or 7976522. OLE color: 7976522.

HSL color Cylindrical-coordinate representation of color #4AB679: hue angle of 146.11º degrees, saturation: 0.43, 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 #4AB679 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB74182121-
CMYK0.5900.340.29
HSL146.11º42.52%50.2%-
HSV(B)146.11º59.34%71.37%-
XYZ2336.2923.88-
YUV142.75115.7278.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.63%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=19.63%
G=48.28%
B=32.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741821210.5900.340.29146.1142.5250.2
Hex4AB6793B0221D922b32
Octal11226617173042352225362
Binary100101010110110111100111101101000101110110010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,182,121); }

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

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

 a { background-color: rgb(74,182,121); }

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

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

 span { border-color: rgb(74,182,121); }

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