#4A936B

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

Shades of Ocean Green #4A936B

Tints of Ocean Green #4A936B

Color information

#4A936B (or 0x4A936B) is unknown color: approx Ocean Green. HEX triplet: 4A, 93 and 6B. RGB value is (74,147,107). Sum of RGB (Red+Green+Blue) = 74+147+107=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #4A936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A936B is #B56C94. Grayscale: #787878. Windows color (decimal): -11889813 or 7050058. OLE color: 7050058.

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

Color convert

RGB74147107-
CMYK0.5000.270.42
HSL147.12º33.03%43.33%-
HSV(B)147.12º49.66%57.65%-
XYZ15.9123.3817.59-
YUV120.61120.3294.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.56%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=22.56%
G=44.82%
B=32.62%

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
Decimal741471070.5000.270.42147.1233.0343.33
Hex4A936B3201B2A93212b
Octal11222315362033522234153
Binary100101010010011110101111001001101110101010010011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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