#4F9D6E

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

Shades of Ocean Green #4F9D6E

Tints of Ocean Green #4F9D6E

Color information

#4F9D6E (or 0x4F9D6E) is unknown color: approx Ocean Green. HEX triplet: 4F, 9D and 6E. RGB value is (79,157,110). Sum of RGB (Red+Green+Blue) = 79+157+110=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #4F9D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9D6E is #B06291. Grayscale: #808080. Windows color (decimal): -11559570 or 7249231. OLE color: 7249231.

HSL color Cylindrical-coordinate representation of color #4F9D6E: hue angle of 143.85º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9D6E is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB79157110-
CMYK0.5000.300.38
HSL143.85º33.05%46.27%-
HSV(B)143.85º49.68%61.57%-
XYZ18.126.918.99-
YUV128.32117.6692.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.83%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=22.83%
G=45.38%
B=31.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791571100.5000.300.38143.8533.0546.27
Hex4F9D6E3201E2690212e
Octal11723515662036462204156
Binary100111110011101110111011001001111010011010010000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,157,110); }

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

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

 a { background-color: rgb(79,157,110); }

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

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

 span { border-color: rgb(79,157,110); }

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