#4A936A

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

Shades of Ocean Green #4A936A

Tints of Ocean Green #4A936A

Color information

#4A936A (or 0x4A936A) is unknown color: approx Ocean Green. HEX triplet: 4A, 93 and 6A. RGB value is (74,147,106). Sum of RGB (Red+Green+Blue) = 74+147+106=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #4A936A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A936A is #B56C95. Grayscale: #787878. Windows color (decimal): -11889814 or 6984522. OLE color: 6984522.

HSL color Cylindrical-coordinate representation of color #4A936A: hue angle of 146.3º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A936A is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB74147106-
CMYK0.5000.280.42
HSL146.3º33.03%43.33%-
HSV(B)146.3º49.66%57.65%-
XYZ15.8623.3617.31-
YUV120.5119.8294.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.63%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=22.63%
G=44.95%
B=32.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741471060.5000.280.42146.333.0343.33
Hex4A936A3201C2A92212b
Octal11222315262034522224153
Binary100101010010011110101011001001110010101010010010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,147,106); }

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

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

 a { background-color: rgb(74,147,106); }

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

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

 span { border-color: rgb(74,147,106); }

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