Html Css Color HEX #3FA470 Ocean Green

📋 copy color: '#3FA470'

red 63 ◦ green 164 ◦ blue 112

#3FA470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #3FA470

Tints of Ocean Green #3FA470

RGB

 RED value IS 63 (25% from 255) = 18.58%

 GREEN value IS 164 (64.45% from 255) = 48.38%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 18.58%
G = 48.38%
B = 33.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#3FA470 (or 0x3FA470) is known color: Ocean Green. HEX triplet: 3F, A4 and 70. RGB value is (63,164,112). Sum of RGB (Red+Green+Blue) = 63+164+112=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA470 is #C05B8F. Grayscale: #7F7F7F. Windows color (decimal): -12606352 or 7382079. OLE color: 7382079.

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

Color convert

RGB 63 164 112 -
CMYK 0.62 0 0.32 0.36
HSL 149.11º 0.44% 0.45% -
HSV(B) 149.11º 0.62% 0.64% -
XYZ 18.25 28.78 19.92 -
YUV 127.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 63 164 112 0.62 0 0.32 0.36 149.11 0.44 0.45
Hex 3F A4 70 3E 0 20 24 95 2C 2D
Octal 77 244 160 76 0 40 44 225 54 55
Binary 111111 10100100 1110000 111110 0 100000 100100 10010101 101100 101101

Color Harmonies of #3FA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA470

Black with #3FA470

Text Example


Text Example

White with #3FA470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,164,112); }

 H1.HeaderClassName
 {
   color: #3FA470;
 }
 .AnyTagClassName
 {
   color: #3FA470;
 }
</style>

background-color css

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

 a { background-color: rgb(63,164,112); }

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

border-color css

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

 span { border-color: rgb(63,164,112); }

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