#4F9368

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

Shades of Ocean Green #4F9368

Tints of Ocean Green #4F9368

Color information

#4F9368 (or 0x4F9368) is unknown color: approx Ocean Green. HEX triplet: 4F, 93 and 68. RGB value is (79,147,104). Sum of RGB (Red+Green+Blue) = 79+147+104=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9368 is #B06C97. Grayscale: #797979. Windows color (decimal): -11562136 or 6853455. OLE color: 6853455.

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

Color convert

RGB79147104-
CMYK0.4600.290.42
HSL142.06º30.09%44.31%-
HSV(B)142.06º46.26%57.65%-
XYZ16.1623.5316.79-
YUV121.77117.9797.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.94%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=23.94%
G=44.55%
B=31.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791471040.4600.290.42142.0630.0944.31
Hex4F93682E01D2A8e1e2c
Octal11722315056035522163654
Binary10011111001001111010001011100111011010101000111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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