#4FB275

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

Shades of Ocean Green #4FB275

Tints of Ocean Green #4FB275

Color information

#4FB275 (or 0x4FB275) is unknown color: approx Ocean Green. HEX triplet: 4F, B2 and 75. RGB value is (79,178,117). Sum of RGB (Red+Green+Blue) = 79+178+117=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB275 is #B04D8A. Grayscale: #8D8D8D. Windows color (decimal): -11554187 or 7713359. OLE color: 7713359.

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

Color convert

RGB79178117-
CMYK0.5600.340.30
HSL143.03º39.13%50.39%-
HSV(B)143.03º55.62%69.8%-
XYZ22.3634.7922.37-
YUV141.44114.283.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.12%
GREEN value IS 178 (69.92% from 255) = 47.59%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=21.12%
G=47.59%
B=31.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791781170.5600.340.30143.0339.1350.39
Hex4FB275380221E8f2732
Octal11726216570042362174762
Binary100111110110010111010111100001000101111010001111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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