#4FB56A

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

Shades of Ocean Green #4FB56A

Tints of Ocean Green #4FB56A

Color information

#4FB56A (or 0x4FB56A) is unknown color: approx Ocean Green. HEX triplet: 4F, B5 and 6A. RGB value is (79,181,106). Sum of RGB (Red+Green+Blue) = 79+181+106=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #4FB56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB56A is #B04A95. Grayscale: #8E8E8E. Windows color (decimal): -11553430 or 6993231. OLE color: 6993231.

HSL color Cylindrical-coordinate representation of color #4FB56A: hue angle of 135.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB56A is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB79181106-
CMYK0.5600.410.29
HSL135.88º40.8%50.98%-
HSV(B)135.88º56.35%70.98%-
XYZ22.3535.7519.36-
YUV141.95107.7183.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.58%
GREEN value IS 181 (71.09% from 255) = 49.45%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=21.58%
G=49.45%
B=28.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791811060.5600.410.29135.8840.850.98
Hex4FB56A380291D882933
Octal11726515270051352105163
Binary100111110110101110101011100001010011110110001000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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