Html Css Color HEX #3FA374 Ocean Green

📋 copy color: '#3FA374'

red 63 ◦ green 163 ◦ blue 116

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

Shades of Ocean Green #3FA374

Tints of Ocean Green #3FA374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 18.42%
G = 47.66%
B = 33.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#3FA374 (or 0x3FA374) is known color: Ocean Green. HEX triplet: 3F, A3 and 74. RGB value is (63,163,116). Sum of RGB (Red+Green+Blue) = 63+163+116=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA374 is #C05C8B. Grayscale: #7F7F7F. Windows color (decimal): -12606604 or 7643967. OLE color: 7643967.

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

Color convert

RGB 63 163 116 -
CMYK 0.61 0 0.29 0.36
HSL 151.8º 0.44% 0.44% -
HSV(B) 151.8º 0.61% 0.64% -
XYZ 18.3 28.51 21.06 -
YUV 127.74 121.37 81.82 -
System Red Green Blue C M Y K H S L
Decimal 63 163 116 0.61 0 0.29 0.36 151.8 0.44 0.44
Hex 3F A3 74 3D 0 1D 24 98 2C 2C
Octal 77 243 164 75 0 35 44 230 54 54
Binary 111111 10100011 1110100 111101 0 11101 100100 10011000 101100 101100

Color Harmonies of #3FA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA374

Black with #3FA374

Text Example


Text Example

White with #3FA374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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