#4AAB75

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

Shades of Ocean Green #4AAB75

Tints of Ocean Green #4AAB75

Color information

#4AAB75 (or 0x4AAB75) is unknown color: approx Ocean Green. HEX triplet: 4A, AB and 75. RGB value is (74,171,117). Sum of RGB (Red+Green+Blue) = 74+171+117=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAB75 is #B5548A. Grayscale: #878787. Windows color (decimal): -11883659 or 7711562. OLE color: 7711562.

HSL color Cylindrical-coordinate representation of color #4AAB75: hue angle of 146.6º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAB75 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB74171117-
CMYK0.5700.320.33
HSL146.6º39.59%48.04%-
HSV(B)146.6º56.73%67.06%-
XYZ20.631.8721.89-
YUV135.84117.3683.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.44%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 117 (46.09% from 255) = 32.32%
R=20.44%
G=47.24%
B=32.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741711170.5700.320.33146.639.5948.04
Hex4AAB753902021932830
Octal11225316571040412235060
Binary1001010101010111110101111001010000010000110010011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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