#4AA475

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

Shades of Ocean Green #4AA475

Tints of Ocean Green #4AA475

Color information

#4AA475 (or 0x4AA475) is unknown color: approx Ocean Green. HEX triplet: 4A, A4 and 75. RGB value is (74,164,117). Sum of RGB (Red+Green+Blue) = 74+164+117=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA475 is #B55B8A. Grayscale: #838383. Windows color (decimal): -11885451 or 7709770. OLE color: 7709770.

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

Color convert

RGB74164117-
CMYK0.5500.290.36
HSL148.67º37.82%46.67%-
HSV(B)148.67º54.88%64.31%-
XYZ19.3129.2921.47-
YUV131.73119.6886.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.85%
GREEN value IS 164 (64.45% from 255) = 46.20%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=20.85%
G=46.20%
B=32.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741641170.5500.290.36148.6737.8246.67
Hex4AA4753701D2495262f
Octal11224416567035442254657
Binary100101010100100111010111011101110110010010010101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,164,117); }

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

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

 a { background-color: rgb(74,164,117); }

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

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

 span { border-color: rgb(74,164,117); }

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