#4FB169

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

Shades of Ocean Green #4FB169

Tints of Ocean Green #4FB169

Color information

#4FB169 (or 0x4FB169) is unknown color: approx Ocean Green. HEX triplet: 4F, B1 and 69. RGB value is (79,177,105). Sum of RGB (Red+Green+Blue) = 79+177+105=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB169 is #B04E96. Grayscale: #8B8B8B. Windows color (decimal): -11554455 or 6926671. OLE color: 6926671.

HSL color Cylindrical-coordinate representation of color #4FB169: hue angle of 135.92º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB169 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB79177105-
CMYK0.5500.410.31
HSL135.92º38.58%50.2%-
HSV(B)135.92º55.37%69.41%-
XYZ21.534.1318.82-
YUV139.49108.5384.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.88%
GREEN value IS 177 (69.53% from 255) = 49.03%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=21.88%
G=49.03%
B=29.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791771050.5500.410.31135.9238.5850.2
Hex4FB169370291F882732
Octal11726115167051372104762
Binary100111110110001110100111011101010011111110001000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,177,105); }

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

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

 a { background-color: rgb(79,177,105); }

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

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

 span { border-color: rgb(79,177,105); }

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