#4F936A

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

Shades of Ocean Green #4F936A

Tints of Ocean Green #4F936A

Color information

#4F936A (or 0x4F936A) is unknown color: approx Ocean Green. HEX triplet: 4F, 93 and 6A. RGB value is (79,147,106). Sum of RGB (Red+Green+Blue) = 79+147+106=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #4F936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F936A is #B06C95. Grayscale: #7A7A7A. Windows color (decimal): -11562134 or 6984527. OLE color: 6984527.

HSL color Cylindrical-coordinate representation of color #4F936A: hue angle of 143.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F936A is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB79147106-
CMYK0.4600.280.42
HSL143.82º30.09%44.31%-
HSV(B)143.82º46.26%57.65%-
XYZ16.2623.5717.33-
YUV121.99118.9797.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.80%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=23.80%
G=44.28%
B=31.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791471060.4600.280.42143.8230.0944.31
Hex4F936A2E01C2A901e2c
Octal11722315256034522203654
Binary10011111001001111010101011100111001010101001000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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