#3FA277

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

Shades of Ocean Green #3FA277

Tints of Ocean Green #3FA277

Color information

#3FA277 (or 0x3FA277) is unknown color: approx Ocean Green. HEX triplet: 3F, A2 and 77. RGB value is (63,162,119). Sum of RGB (Red+Green+Blue) = 63+162+119=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA277 is #C05D88. Grayscale: #7F7F7F. Windows color (decimal): -12606857 or 7840319. OLE color: 7840319.

HSL color Cylindrical-coordinate representation of color #3FA277: hue angle of 153.94º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA277 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB63162119-
CMYK0.6100.270.36
HSL153.94º44%44.12%-
HSV(B)153.94º61.11%63.53%-
XYZ18.328.2321.94-
YUV127.5123.282-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.31%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 119 (46.88% from 255) = 34.59%
R=18.31%
G=47.09%
B=34.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631621190.6100.270.36153.944444.12
Hex3FA2773D01B249a2c2c
Octal7724216775033442325454
Binary11111110100010111011111110101101110010010011010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FA277; }

 p { color: rgb(63,162,119); }

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

<style>
 a { background-color: #3FA277; }

 a { background-color: rgb(63,162,119); }

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

<style>
 span { border-color: #3FA277; }

 span { border-color: rgb(63,162,119); }

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