#4AA267

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

Shades of Ocean Green #4AA267

Tints of Ocean Green #4AA267

Color information

#4AA267 (or 0x4AA267) is unknown color: approx Ocean Green. HEX triplet: 4A, A2 and 67. RGB value is (74,162,103). Sum of RGB (Red+Green+Blue) = 74+162+103=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA267 is #B55D98. Grayscale: #818181. Windows color (decimal): -11885977 or 6791754. OLE color: 6791754.

HSL color Cylindrical-coordinate representation of color #4AA267: hue angle of 139.77º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA267 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB74162103-
CMYK0.5400.360.36
HSL139.77º37.29%46.27%-
HSV(B)139.77º54.32%63.53%-
XYZ18.1928.2817.33-
YUV128.96113.3588.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.83%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 103 (40.62% from 255) = 30.38%
R=21.83%
G=47.79%
B=30.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741621030.5400.360.36139.7737.2946.27
Hex4AA26736024248c252e
Octal11224214766044442144556
Binary1001010101000101100111110110010010010010010001100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,162,103); }

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

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

 a { background-color: rgb(74,162,103); }

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

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

 span { border-color: rgb(74,162,103); }

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