#4FB27B

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

Shades of Ocean Green #4FB27B

Tints of Ocean Green #4FB27B

Color information

#4FB27B (or 0x4FB27B) is unknown color: approx Ocean Green. HEX triplet: 4F, B2 and 7B. RGB value is (79,178,123). Sum of RGB (Red+Green+Blue) = 79+178+123=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB27B is #B04D84. Grayscale: #8E8E8E. Windows color (decimal): -11554181 or 8106575. OLE color: 8106575.

HSL color Cylindrical-coordinate representation of color #4FB27B: hue angle of 146.67º 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 #4FB27B is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB79178123-
CMYK0.5600.310.30
HSL146.67º39.13%50.39%-
HSV(B)146.67º55.62%69.8%-
XYZ22.7234.9324.28-
YUV142.13117.282.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.79%
GREEN value IS 178 (69.92% from 255) = 46.84%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=20.79%
G=46.84%
B=32.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791781230.5600.310.30146.6739.1350.39
Hex4FB27B3801F1E932732
Octal11726217370037362234762
Binary10011111011001011110111110000111111111010010011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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