#4A936C

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

Shades of Ocean Green #4A936C

Tints of Ocean Green #4A936C

Color information

#4A936C (or 0x4A936C) is unknown color: approx Ocean Green. HEX triplet: 4A, 93 and 6C. RGB value is (74,147,108). Sum of RGB (Red+Green+Blue) = 74+147+108=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #4A936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A936C is #B56C93. Grayscale: #787878. Windows color (decimal): -11889812 or 7115594. OLE color: 7115594.

HSL color Cylindrical-coordinate representation of color #4A936C: hue angle of 147.95º 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 #4A936C is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB74147108-
CMYK0.5000.270.42
HSL147.95º33.03%43.33%-
HSV(B)147.95º49.66%57.65%-
XYZ15.9623.4117.86-
YUV120.73120.8294.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.49%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=22.49%
G=44.68%
B=32.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741471080.5000.270.42147.9533.0343.33
Hex4A936C3201B2A94212b
Octal11222315462033522244153
Binary100101010010011110110011001001101110101010010100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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