#4fb26e

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

Shades of Ocean Green #4FB26E

Tints of Ocean Green #4FB26E

Color information

#4FB26E (or 0x4FB26E) is unknown color: approx Ocean Green. HEX triplet: 4F, B2 and 6E. RGB value is (79,178,110). Sum of RGB (Red+Green+Blue) = 79+178+110=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB26E is #B04D91. Grayscale: #8C8C8C. Windows color (decimal): -11554194 or 7254607. OLE color: 7254607.

HSL color Cylindrical-coordinate representation of color #4FB26E: hue angle of 138.79º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB26E is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB79178110-
CMYK0.5600.380.30
HSL138.79º39.13%50.39%-
HSV(B)138.79º55.62%69.8%-
XYZ21.9634.6320.28-
YUV140.65110.784.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.53%
GREEN value IS 178 (69.92% from 255) = 48.50%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=21.53%
G=48.50%
B=29.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791781100.5600.380.30138.7939.1350.39
Hex4FB26E380261E8b2732
Octal11726215670046362134762
Binary100111110110010110111011100001001101111010001011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fb26e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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