#4F926A

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

Shades of Ocean Green #4F926A

Tints of Ocean Green #4F926A

Color information

#4F926A (or 0x4F926A) is unknown color: approx Ocean Green. HEX triplet: 4F, 92 and 6A. RGB value is (79,146,106). Sum of RGB (Red+Green+Blue) = 79+146+106=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #4F926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F926A is #B06D95. Grayscale: #797979. Windows color (decimal): -11562390 or 6984271. OLE color: 6984271.

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

Color convert

RGB79146106-
CMYK0.4600.270.43
HSL144.18º29.78%44.12%-
HSV(B)144.18º45.89%57.25%-
XYZ16.123.2617.28-
YUV121.41119.397.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=23.87%
G=44.11%
B=32.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal791461060.4600.270.43144.1829.7844.12
Hex4F926A2E01B2B901e2c
Octal11722215256033532203654
Binary10011111001001011010101011100110111010111001000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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