#4FA67E

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

Shades of Ocean Green #4FA67E

Tints of Ocean Green #4FA67E

Color information

#4FA67E (or 0x4FA67E) is unknown color: approx Ocean Green. HEX triplet: 4F, A6 and 7E. RGB value is (79,166,126). Sum of RGB (Red+Green+Blue) = 79+166+126=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA67E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA67E is #B05981. Grayscale: #878787. Windows color (decimal): -11557250 or 8300111. OLE color: 8300111.

HSL color Cylindrical-coordinate representation of color #4FA67E: hue angle of 152.41º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA67E is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB79166126-
CMYK0.5200.240.35
HSL152.41º35.51%48.04%-
HSV(B)152.41º52.41%65.1%-
XYZ20.6330.4424.53-
YUV135.43122.6887.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.29%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=21.29%
G=44.74%
B=33.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal791661260.5200.240.35152.4135.5148.04
Hex4FA67E3401823982430
Octal11724617664030432304460
Binary100111110100110111111011010001100010001110011000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,166,126); }

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

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

 a { background-color: rgb(79,166,126); }

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

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

 span { border-color: rgb(79,166,126); }

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