#4f9569

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

Shades of Ocean Green #4F9569

Tints of Ocean Green #4F9569

Color information

#4F9569 (or 0x4F9569) is unknown color: approx Ocean Green. HEX triplet: 4F, 95 and 69. RGB value is (79,149,105). Sum of RGB (Red+Green+Blue) = 79+149+105=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9569 is #B06A96. Grayscale: #7B7B7B. Windows color (decimal): -11561623 or 6919503. OLE color: 6919503.

HSL color Cylindrical-coordinate representation of color #4F9569: hue angle of 142.29º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9569 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB79149105-
CMYK0.4700.300.42
HSL142.29º30.7%44.71%-
HSV(B)142.29º46.98%58.43%-
XYZ16.5224.1817.16-
YUV123.05117.8196.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.72%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=23.72%
G=44.74%
B=31.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791491050.4700.300.42142.2930.744.71
Hex4F95692F01E2A8e1f2d
Octal11722515157036522163755
Binary10011111001010111010011011110111101010101000111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,149,105); }

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

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

 a { background-color: rgb(79,149,105); }

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

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

 span { border-color: rgb(79,149,105); }

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