Html Css Color HEX #3FA370 Ocean Green

📋 copy color: '#3FA370'

red 63 ◦ green 163 ◦ blue 112

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

Shades of Ocean Green #3FA370

Tints of Ocean Green #3FA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.22%

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

R = 18.64%
G = 48.22%
B = 33.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#3FA370 (or 0x3FA370) is known color: Ocean Green. HEX triplet: 3F, A3 and 70. RGB value is (63,163,112). Sum of RGB (Red+Green+Blue) = 63+163+112=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA370 is #C05C8F. Grayscale: #7F7F7F. Windows color (decimal): -12606608 or 7381823. OLE color: 7381823.

HSL color Cylindrical-coordinate representation of color #3FA370: hue angle of 149.4º 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 #3FA370 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 163 112 -
CMYK 0.61 0 0.31 0.36
HSL 149.4º 0.44% 0.44% -
HSV(B) 149.4º 0.61% 0.64% -
XYZ 18.07 28.42 19.86 -
YUV 127.29 119.37 82.15 -
System Red Green Blue C M Y K H S L
Decimal 63 163 112 0.61 0 0.31 0.36 149.4 0.44 0.44
Hex 3F A3 70 3D 0 1F 24 95 2C 2C
Octal 77 243 160 75 0 37 44 225 54 54
Binary 111111 10100011 1110000 111101 0 11111 100100 10010101 101100 101100

Color Harmonies of #3FA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA370

Black with #3FA370

Text Example


Text Example

White with #3FA370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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